Fix: make percentage chart work properly
Fix: code review Fix: rework components according to PR requested changes Fix: fix repeated code buildRatesNoCommission Also renames id to deviceId in transactions quer Fix: pr requested changes Chore: move inline styles to classes Chore: remove comment Fix: bad equality !process.env.NODE_ENV === 'production'
This commit is contained in:
parent
5572fb0eb1
commit
ae7eaca10c
43 changed files with 818 additions and 1578 deletions
5
lib/forex.js
Normal file
5
lib/forex.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const axios = require('axios')
|
||||
|
||||
const getFiatRates = () => axios.get('https://bitpay.com/api/rates').then(response => response.data)
|
||||
|
||||
module.exports = { getFiatRates }
|
||||
Loading…
Add table
Add a link
Reference in a new issue