Skip to content

Commit

Permalink
update column header title for Gas Used
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Jul 8, 2024
1 parent 868a979 commit 171181e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const columns: ColumnDef<Block>[] = [
{
accessorKey: "blockHeader.gasUsed",
header: ({ column }) => (
<DataTableColumnHeader column={column} title="Rollup Gas Used" />
<DataTableColumnHeader column={column} title="Gas Used" />
),
cell: ({ row }) => {
const blockHeader = row.original.blockHeader as BlockHeader;
Expand Down

0 comments on commit 171181e

Please sign in to comment.