fix: date break
This commit is contained in:
parent
e1751c8576
commit
64254c18ce
2 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ const Transactions = ({ id }) => {
|
|||
},
|
||||
{
|
||||
header: 'Date',
|
||||
view: it => formatDate(it.created, timezone, 'yyyy-MM-dd'),
|
||||
view: it => formatDate(it.created, timezone, 'yyyy‑MM‑dd'),
|
||||
textAlign: 'left',
|
||||
size: 'sm',
|
||||
width: 140
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue