{loading || !currency ? (
@@ -273,12 +155,12 @@ function MarketRowItem({
) : null}
-
+
{counterValueFormatter({ value: currency.price, currency: counterCurrency, locale })}
-
+
{currency.priceChangePercentage ? (
-
+
{counterValueFormatter({
shorten: true,
@@ -302,7 +184,7 @@ function MarketRowItem({
})}
-
+
{currency.sparklineIn7d && (
)}
@@ -315,6 +197,44 @@ function MarketRowItem({
)}
);
-}
+});
-export default memo