| - | - {item?.rank} - | + {item?.rank} + -
- |
+
+ |
- - {item?.name?.length > charNumber - ? item?.name?.slice(0, charNumber) + "..." - : item?.name} - | ++ {item?.name?.length > charNumber + ? item?.name?.slice(0, charNumber) + "..." + : item?.name} + | -- {abbreviateNumber(item?.marketCap)} - | ++ {abbreviateNumber(item?.marketCap)} + | -- {item?.price} - | ++ {item?.price} + | -- {item?.changesPercentage > 0 - ? "+" - : ""}{item?.changesPercentage}% - | ++ {item?.changesPercentage > 0 + ? "+" + : ""}{item?.changesPercentage}% + | -
-
-
- {item?.sentiment >= 80
- ? "Very Bullish"
- : item?.sentiment >= 55
- ? "Bullish"
- : item?.sentiment > 50
- ? "Mixed"
- : "Bearish"}
-
-
- {item?.sentiment}
-
+
+ |
-
+
+ {item?.sentiment >= 80
+ ? "Very Bullish"
+ : item?.sentiment >= 55
+ ? "Bullish"
+ : item?.sentiment > 50
+ ? "Mixed"
+ : "Bearish"}
- |