This commit is contained in:
Riccardo Balbo 2024-12-26 20:10:15 +01:00 committed by GitHub
parent 4ad54d6f5a
commit 6efa782c11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ export const getServerSideProps = getGetServerSideProps({ query: REWARDS_FULL })
export function RewardLine ({ total, time }) { export function RewardLine ({ total, time }) {
return ( return (
<> <>
<span tyle={{ whiteSpace: 'nowrap' }}> <span style={{ whiteSpace: 'nowrap' }}>
{numWithUnits(total)} in rewards {numWithUnits(total)} in rewards
</span> </span>
{time && {time &&