ui fix
This commit is contained in:
parent
bb67104c26
commit
6812cef274
@ -550,7 +550,7 @@ function calculateStats(data) {
|
|||||||
return acc;
|
return acc;
|
||||||
}, { callVolumeSum: 0, putVolumeSum: 0, bullishCount: 0, bearishCount: 0, neutralCount: 0 });
|
}, { callVolumeSum: 0, putVolumeSum: 0, bullishCount: 0, bearishCount: 0, neutralCount: 0 });
|
||||||
|
|
||||||
if (bullishCount >= bearishCount) {
|
if (bullishCount > bearishCount) {
|
||||||
flowSentiment = 'Bullish';
|
flowSentiment = 'Bullish';
|
||||||
} else if (bullishCount < bearishCount) {
|
} else if (bullishCount < bearishCount) {
|
||||||
flowSentiment = 'Bearish';
|
flowSentiment = 'Bearish';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user