fix typo (#1764)
This commit is contained in:
parent
4ad54d6f5a
commit
6efa782c11
|
@ -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 &&
|
||||||
|
|
Loading…
Reference in New Issue