chore(trading): rollback current traded volume change (#5527)
This commit is contained in:
parent
bd70b0c233
commit
4cffee29f8
@ -333,11 +333,7 @@ export const CurrentVolume = ({
|
||||
return (
|
||||
<div className="flex flex-col gap-3 pt-4" data-testid="current-volume">
|
||||
<CardStat
|
||||
value={
|
||||
currentVolume.isZero()
|
||||
? `<${formatNumberRounded(requiredForNextTier)}`
|
||||
: formatNumberRounded(currentVolume)
|
||||
}
|
||||
value={formatNumberRounded(currentVolume)}
|
||||
text={t('pastEpochs', 'Past {{count}} epochs', {
|
||||
count: windowLength,
|
||||
})}
|
||||
|
Loading…
Reference in New Issue
Block a user