Skip to content

Commit f448fc6

Browse files
committed
refactor
1 parent e226bec commit f448fc6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/stakingPage/components/RewardsCard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ export const RewardsCard = ({ data, refetchData }: RewardsCardProps): JSX.Elemen
156156
</HStack>
157157
<Text color="gray.400" fontSize="sm" fontWeight="500" flexShrink={0} textAlign="right">
158158
{Number(totalStaked).toLocaleString(undefined, {
159-
minimumFractionDigits: 2,
160-
maximumFractionDigits: 2,
159+
minimumFractionDigits: 1,
160+
maximumFractionDigits: 1,
161161
})}{' '}
162162
GRIX
163163
{grixPrice && Number(totalStaked) > 0 && (

0 commit comments

Comments
 (0)