fix: add bottom margin to right side panel
fix: date break in transactions list
This commit is contained in:
parent
e1d700cb39
commit
18c92d2536
2 changed files with 3 additions and 2 deletions
|
|
@ -31,7 +31,8 @@ export default {
|
|||
},
|
||||
rightSidePanel: {
|
||||
display: 'block',
|
||||
width: 1100
|
||||
width: 1100,
|
||||
marginBottom: 25
|
||||
},
|
||||
leftSidePanel: {
|
||||
width: 300,
|
||||
|
|
|
|||
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue