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 (
|
return (
|
||||||
<div className="flex flex-col gap-3 pt-4" data-testid="current-volume">
|
<div className="flex flex-col gap-3 pt-4" data-testid="current-volume">
|
||||||
<CardStat
|
<CardStat
|
||||||
value={
|
value={formatNumberRounded(currentVolume)}
|
||||||
currentVolume.isZero()
|
|
||||||
? `<${formatNumberRounded(requiredForNextTier)}`
|
|
||||||
: formatNumberRounded(currentVolume)
|
|
||||||
}
|
|
||||||
text={t('pastEpochs', 'Past {{count}} epochs', {
|
text={t('pastEpochs', 'Past {{count}} epochs', {
|
||||||
count: windowLength,
|
count: windowLength,
|
||||||
})}
|
})}
|
||||||
|
Loading…
Reference in New Issue
Block a user