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
|
||||
customerId
|
||||
isAnonymous
|
||||
rawTickerPrice
|
||||
}
|
||||
}
|
||||
`
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@ export default {
|
|||
},
|
||||
label: {
|
||||
color: offColor,
|
||||
margin: [[0, 0, 6, 0]]
|
||||
margin: [[0, 0, 6, 0]],
|
||||
whiteSpace: 'nowrap'
|
||||
},
|
||||
txIcon: {
|
||||
marginRight: 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue