fix: direction arrow column

fix: action button width
This commit is contained in:
Nikola Ubavic 2021-12-17 18:38:07 +01:00
parent c0038a591f
commit 5d58365c87
3 changed files with 19 additions and 35 deletions

View file

@ -70,12 +70,7 @@ const TransactionsList = ({ customer, data, loading, locale }) => {
const tableElements = [
{
header: 'Machine',
width: 160,
view: R.path(['machineName'])
},
{
width: 125,
width: 40,
view: it => (
<>
{it.txClass === 'cashOut' ? (
@ -86,6 +81,11 @@ const TransactionsList = ({ customer, data, loading, locale }) => {
</>
)
},
{
header: 'Machine',
width: 160,
view: R.path(['machineName'])
},
{
header: 'Transaction ID',
width: 145,