Skip to content

Commit

Permalink
Align upcomon/parachains (#4851)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr authored Mar 14, 2021
1 parent 9b94c10 commit d54bcd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/page-parachains/src/Overview/Parachain.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function Parachain ({ bestNumber, className = '', id, isScheduled, lastBacked, l
/>
</td>
<td className='all' />
<td className='number'>{blockDelay && <BlockToTime blocks={blockDelay} />}</td>
<td className='number'>{blockDelay && <BlockToTime value={blockDelay} />}</td>
<td className='number'>
{lastInclusion
? <a href={`#/explorer/query/${lastInclusion[0]}`}>{formatNumber(lastInclusion[2])}</a>
Expand Down
2 changes: 1 addition & 1 deletion packages/page-parachains/src/Overview/Parachains.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function Parachains ({ actionsQueue, ids, scheduled }: Props): React.ReactElemen
const headerRef = useRef([
[t('parachains'), 'start', 3],
['', 'media--1500'],
[t('heads'), 'start'],
[t('head'), 'start'],
[t('lifecycle'), 'start media--1100'],
[],
[t('included'), undefined, 2],
Expand Down

0 comments on commit d54bcd9

Please sign in to comment.