diff --git a/src/components/SettingsPage/sections/Currencies.js b/src/components/SettingsPage/sections/Currencies.js index 0e43bae8..2ee3c0c8 100644 --- a/src/components/SettingsPage/sections/Currencies.js +++ b/src/components/SettingsPage/sections/Currencies.js @@ -114,8 +114,9 @@ class TabCurrencies extends PureComponent { } render() { - const { t, currencies, counterValueCurrency } = this.props const { currency } = this.state + if (!currency) return null // this case means there is no accounts + const { t, currencies, counterValueCurrency } = this.props const { confirmationsToSpend, confirmationsNb, exchange } = this.getCurrencySettings() || CURRENCY_DEFAULTS_SETTINGS return (