Skip to content

Commit

Permalink
fix 2342 (#3989)
Browse files Browse the repository at this point in the history
fix

Co-authored-by: Joystream Stats <[email protected]>
  • Loading branch information
traumschule and Joystream Stats authored Jan 4, 2023
1 parent dd048e7 commit 4d8dee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/app/pages/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ export const Settings = () => {
)}
<SettingsInformation icon={<WarnedIcon />} title={t('chainInfo')}>
<ColumnGapBlock gap={5}>
<TextMedium lighter>t('rpcBlockheight')</TextMedium>
<TextMedium lighter>{t('rpcBlockheight')}</TextMedium>
<TextMedium lighter>{formatTokenValue(header?.number.toNumber())}</TextMedium>
</ColumnGapBlock>
<ColumnGapBlock gap={5}>
<TextMedium lighter>t('qnBlockheight')</TextMedium>
<TextMedium lighter>{t('qnBlockheight')}</TextMedium>
<TextMedium lighter>{formatTokenValue(queryNodeState?.indexerHead)}</TextMedium>
</ColumnGapBlock>
</SettingsInformation>
Expand Down

0 comments on commit 4d8dee7

Please sign in to comment.