Skip to content

Commit

Permalink
Merge pull request #34 from codingknite/burnt-fees-blocks
Browse files Browse the repository at this point in the history
chore: minor fix
  • Loading branch information
codingknite authored Oct 24, 2024
2 parents db3d446 + 1698a0b commit e5709c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/blocks/BlocksTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const BlocksTable = ({ data, isLoading, top, page, showSocketInfo, socketInfoNum
{ !isRollup && !config.UI.views.block.hiddenFields?.total_reward &&
<Th width={ `${ REWARD_COL_WEIGHT / widthBase * 100 }%` }>Reward { currencyUnits.ether }</Th> }
{ !isRollup && !config.UI.views.block.hiddenFields?.burnt_fees &&
<Th width={ `${ FEES_COL_WEIGHT / widthBase * 100 }%` }>Burnt fees { currencyUnits.ether }</Th> }
<Th width={ `${ FEES_COL_WEIGHT / widthBase * 100 }%` }>Network revenue { currencyUnits.ether }</Th> }
</Tr>
</Thead>
<Tbody>
Expand Down

0 comments on commit e5709c2

Please sign in to comment.