diff --git a/new-lamassu-admin/src/pages/Customers/CustomerProfile.styles.js b/new-lamassu-admin/src/pages/Customers/CustomerProfile.styles.js index a486abee..4fa08597 100644 --- a/new-lamassu-admin/src/pages/Customers/CustomerProfile.styles.js +++ b/new-lamassu-admin/src/pages/Customers/CustomerProfile.styles.js @@ -31,7 +31,8 @@ export default { }, rightSidePanel: { display: 'block', - width: 1100 + width: 1100, + marginBottom: 25 }, leftSidePanel: { width: 300, diff --git a/new-lamassu-admin/src/pages/Customers/components/TransactionsList.js b/new-lamassu-admin/src/pages/Customers/components/TransactionsList.js index ea8d765e..881da134 100644 --- a/new-lamassu-admin/src/pages/Customers/components/TransactionsList.js +++ b/new-lamassu-admin/src/pages/Customers/components/TransactionsList.js @@ -120,7 +120,7 @@ const TransactionsList = ({ customer, data, loading, locale }) => { { header: 'Date', width: 100, - view: it => formatDate(it.created, timezone, 'yyyy-MM-dd') + view: it => formatDate(it.created, timezone, 'yyyy‑MM‑dd') }, { header: 'Time (h:m:s)',