Skip to content

Commit

Permalink
refactor(web): change timestamp formatting to compact for blobs table (
Browse files Browse the repository at this point in the history
  • Loading branch information
xFJA committed Jul 30, 2024
1 parent 0c3e85c commit 1565d37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/web/src/components/PaginatedTable/helpers/blobs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ export const getBlobsTableRows = (blobs?: BlobItem[]) =>
},
{
item: (
<div className="min-w-60 whitespace-break-spaces">
{formatTimestamp(blockTimestamp)}
<div className="whitespace-break-spaces">
{formatTimestamp(blockTimestamp, true)}
</div>
),
},
Expand Down

0 comments on commit 1565d37

Please sign in to comment.