fix: remove 'UTC' label

This commit is contained in:
Nikola Ubavic 2022-01-07 19:52:25 +01:00
parent e44e5012f1
commit bc8c1eb1ca
3 changed files with 3 additions and 3 deletions

View file

@ -145,7 +145,7 @@ const Transactions = ({ id }) => {
width: 140
},
{
header: 'Date (UTC)',
header: 'Date',
view: it => formatDate(it.created, timezone, 'yyyy-MM-dd'),
textAlign: 'left',
size: 'sm',