diff --git a/new-lamassu-admin/src/pages/Customers/components/TransactionsList.js b/new-lamassu-admin/src/pages/Customers/components/TransactionsList.js index 6d5d39fc..8cb6de32 100644 --- a/new-lamassu-admin/src/pages/Customers/components/TransactionsList.js +++ b/new-lamassu-admin/src/pages/Customers/components/TransactionsList.js @@ -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') } ]