Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfred committed Jan 30, 2024
1 parent 03372dc commit 61b3aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/PublicSale/leaderBoard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const LeaderBoard = (props: IProps) => {
justifyContent={'flex-end'}
>
<Flex alignItems={'center'} gap={2}>
{!parseFloat(data?.view_boost || '0') > 0 && (
{parseFloat(data?.view_boost || '0') > 0 && (
<Flex justifyContent="flex-start" alignItems="center">
<Flex
flexDirection="row"
Expand Down

0 comments on commit 61b3aa5

Please sign in to comment.