From 9f0a4a04ead10e06036a0a8bb9d2da1d9ebd0c37 Mon Sep 17 00:00:00 2001 From: tjs Date: Sun, 3 Apr 2022 23:54:54 -0400 Subject: [PATCH] reduce clutter on markets page --- components/MarketsTable.tsx | 54 ------------------------------------- 1 file changed, 54 deletions(-) diff --git a/components/MarketsTable.tsx b/components/MarketsTable.tsx index 50564190..8303e501 100644 --- a/components/MarketsTable.tsx +++ b/components/MarketsTable.tsx @@ -97,44 +97,6 @@ const MarketsTable = ({ isPerpMarket }) => { /> - - requestSort('low24h')} - > - - {t('daily-low')} - - - - - - requestSort('high24h')} - > - - {t('daily-high')} - - - - { baseSymbol, change24h, funding1h, - high24h, last, - low24h, name, openInterest, openInterestUsd, @@ -255,20 +215,6 @@ const MarketsTable = ({ isPerpMarket }) => { )} - - {low24h ? ( - formatUsdValue(low24h) - ) : ( - Unavailable - )} - - - {high24h ? ( - formatUsdValue(high24h) - ) : ( - Unavailable - )} - {volumeUsd24h ? ( usdFormatter(volumeUsd24h, 0)