Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardobl committed Dec 25, 2024
1 parent 1b1045f commit 079e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/rewards/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const getServerSideProps = getGetServerSideProps({ query: REWARDS_FULL })
export function RewardLine ({ total, time }) {
return (
<>
<span tyle={{ whiteSpace: 'nowrap' }}>
<span style={{ whiteSpace: 'nowrap' }}>
{numWithUnits(total)} in rewards
</span>
{time &&
Expand Down

0 comments on commit 079e6c0

Please sign in to comment.