Skip to content

Commit e5709c2

Browse files
authored
Merge pull request #34 from codingknite/burnt-fees-blocks
chore: minor fix
2 parents db3d446 + 1698a0b commit e5709c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/blocks/BlocksTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const BlocksTable = ({ data, isLoading, top, page, showSocketInfo, socketInfoNum
5252
{ !isRollup && !config.UI.views.block.hiddenFields?.total_reward &&
5353
<Th width={ `${ REWARD_COL_WEIGHT / widthBase * 100 }%` }>Reward { currencyUnits.ether }</Th> }
5454
{ !isRollup && !config.UI.views.block.hiddenFields?.burnt_fees &&
55-
<Th width={ `${ FEES_COL_WEIGHT / widthBase * 100 }%` }>Burnt fees { currencyUnits.ether }</Th> }
55+
<Th width={ `${ FEES_COL_WEIGHT / widthBase * 100 }%` }>Network revenue { currencyUnits.ether }</Th> }
5656
</Tr>
5757
</Thead>
5858
<Tbody>

0 commit comments

Comments
 (0)