Merge pull request #1116 from ubavic/fix-transaction-details
fix: transaction details
This commit is contained in:
commit
24f6839090
2 changed files with 3 additions and 1 deletions
|
|
@ -53,6 +53,7 @@ const GET_TRANSACTIONS = gql`
|
||||||
discount
|
discount
|
||||||
customerId
|
customerId
|
||||||
isAnonymous
|
isAnonymous
|
||||||
|
rawTickerPrice
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,8 @@ export default {
|
||||||
},
|
},
|
||||||
label: {
|
label: {
|
||||||
color: offColor,
|
color: offColor,
|
||||||
margin: [[0, 0, 6, 0]]
|
margin: [[0, 0, 6, 0]],
|
||||||
|
whiteSpace: 'nowrap'
|
||||||
},
|
},
|
||||||
txIcon: {
|
txIcon: {
|
||||||
marginRight: 10
|
marginRight: 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue