diff options
Diffstat (limited to 'ui/app/config.js')
-rw-r--r-- | ui/app/config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/config.js b/ui/app/config.js index 282a28301..8b4044882 100644 --- a/ui/app/config.js +++ b/ui/app/config.js @@ -170,6 +170,7 @@ function currentConversionInformation (metamaskState, state) { }, defaultValue: currentCurrency, }, infuraCurrencies.map((currency) => { + console.log(`currency`, currency); return h('option', {key: currency.quote.code, value: currency.quote.code}, `${currency.quote.code.toUpperCase()} - ${currency.quote.name}`) }) ), |