Skip to content

Commit

Permalink
Merge pull request #26 from starknet-id/fix/leaderboard
Browse files Browse the repository at this point in the history
fix: remove $
  • Loading branch information
Th0rgal authored Aug 30, 2024
2 parents cce61f0 + 6019327 commit d499e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/leaderboard/leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ const Leaderboard: FunctionComponent<DataTableProps> = ({
) : (
<div></div>
)}
${row?.reward ?? 0}
{row?.reward ?? 0}
</div>
</TableCell>
</TableRow>
Expand Down

0 comments on commit d499e97

Please sign in to comment.