From 0bf2a33f34bc571528b1eabaed930dbc9346c282 Mon Sep 17 00:00:00 2001 From: Thibault Jaillard Date: Thu, 10 Aug 2023 15:21:35 -0400 Subject: [PATCH] Fix roundness --- src/components/Leaderboard/Leaderboard.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Leaderboard/Leaderboard.tsx b/src/components/Leaderboard/Leaderboard.tsx index 53b1079e..11d5d754 100644 --- a/src/components/Leaderboard/Leaderboard.tsx +++ b/src/components/Leaderboard/Leaderboard.tsx @@ -7,6 +7,7 @@ import { Breakpoints, NavigationConstants } from 'constant'; import { useWindowSize } from 'hooks'; import { LeaderboardItemModel, LumWalletModel } from 'models'; import { DenomsUtils, I18n, KeplrUtils, NumbersUtils, StringsUtils } from 'utils'; +import numeral from 'numeral'; import './Leaderboard.scss'; @@ -85,7 +86,7 @@ const Leaderboard = (props: Props) => { {price ? (
- $ + $
) : null}