Skip to content

Commit

Permalink
fix: alter displayed column for tokens tab
Browse files Browse the repository at this point in the history
  • Loading branch information
nicov-iov committed Nov 28, 2024
1 parent c9fc817 commit 9de5410
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/config/entities/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ const Tokens = () => {
balance: {
type: 'tokenBalance'
},
created: {
field: 'createdByTx.timestamp',
type: 'timestamp',
hideIfEmpty: true
blockNumber: {
field: 'blockNumber',
type: 'block',
title: 'Updated at block'
}
}
}
Expand Down

0 comments on commit 9de5410

Please sign in to comment.