fix: label break

fix: nan commission
This commit is contained in:
Nikola Ubavic 2022-02-18 14:21:01 +01:00
parent a7ee694169
commit a69efdde93
2 changed files with 3 additions and 1 deletions

View file

@ -53,6 +53,7 @@ const GET_TRANSACTIONS = gql`
discount discount
customerId customerId
isAnonymous isAnonymous
rawTickerPrice
} }
} }
` `

View file

@ -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