diff --git a/web/app/components/Account/AccountOverview.jsx b/web/app/components/Account/AccountOverview.jsx index 859906b67c..1cfa7c6abc 100644 --- a/web/app/components/Account/AccountOverview.jsx +++ b/web/app/components/Account/AccountOverview.jsx @@ -42,6 +42,7 @@ class AccountOverview extends React.Component { bridgeAsset: null, alwaysShowAssets: [ "BTS", + "RUBLE", "USD", "CNY", "OPEN.BTC", diff --git a/web/app/stores/SettingsStore.js b/web/app/stores/SettingsStore.js index 6a6e2c0f82..497bd9b235 100644 --- a/web/app/stores/SettingsStore.js +++ b/web/app/stores/SettingsStore.js @@ -64,6 +64,7 @@ class SettingsStore { apiServer: [], unit: [ CORE_ASSET, + "RUBLE", "USD", "CNY", "BTC",