fix: date formatting from 'hh' to 'HH'
This commit is contained in:
parent
f32d02a808
commit
2d439979ca
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ const TransactionsList = ({ customer, data, loading }) => {
|
|||
{
|
||||
header: 'Time (h:m:s)',
|
||||
width: 134,
|
||||
view: it => moment.utc(it.created).format('hh:mm:ss')
|
||||
view: it => moment.utc(it.created).format('HH:mm:ss')
|
||||
}
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue