Merge branch 'dev' into backport/analytics-adjustments
This commit is contained in:
commit
e30c0e0aab
90 changed files with 801 additions and 287 deletions
|
|
@ -31,7 +31,7 @@ const MACHINE_OPTIONS = [{ code: 'all', display: 'All machines' }]
|
|||
const REPRESENTING_OPTIONS = [
|
||||
{ code: 'overTime', display: 'Over time' },
|
||||
{ code: 'volumeOverTime', display: 'Volume' },
|
||||
{ code: 'topMachines', display: 'Top Machines' },
|
||||
{ code: 'topMachines', display: 'Top machines' },
|
||||
{ code: 'hourOfTheDay', display: 'Hour of the day' }
|
||||
]
|
||||
const PERIOD_OPTIONS = [
|
||||
|
|
@ -81,7 +81,7 @@ const GET_TRANSACTIONS = gql`
|
|||
hasError: error
|
||||
deviceId
|
||||
fiat
|
||||
cashInFee
|
||||
fixedFee
|
||||
fiatCode
|
||||
cryptoAtoms
|
||||
cryptoCode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue