Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
fix(BlockList-component): remove typo extra directive
Browse files Browse the repository at this point in the history
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed Jan 10, 2020
1 parent cdb2c39 commit 4125a35
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/BlockList/BlockList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ function BlockList({ blocks }: any) {
<TableCell>
<Typography>{hexToNumber(b.gasLimit)}</Typography>
</TableCell>
<TableCell>
<Typography>{hexToNumber(b.gasLimit)}</Typography>
</TableCell>
<TableCell>
<Typography>{b.uncles.length === 0 ? '' : b.uncles.length}</Typography>
</TableCell>
Expand Down

0 comments on commit 4125a35

Please sign in to comment.