Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 12, 2024
1 parent 2cfa667 commit 5808c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/Whitelist/leaderBoard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ const LeaderBoard = () => {
>
<Flex alignItems={'center'} gap={'4px'}>
<Text className={styles.title}>
{formatCurrency(data?.content_point, 0, 0)}
{formatCurrency(data?.point, 0, 0)}
</Text>
{data.need_active ?
<Tooltip
Expand Down

0 comments on commit 5808c06

Please sign in to comment.