Skip to content

Commit

Permalink
Added RUBLE to account balance currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslansalikhov committed May 15, 2017
1 parent 7cf9c5d commit fc1ef93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/app/components/Account/AccountOverview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class AccountOverview extends React.Component {
bridgeAsset: null,
alwaysShowAssets: [
"BTS",
"RUBLE",
"USD",
"CNY",
"OPEN.BTC",
Expand Down
1 change: 1 addition & 0 deletions web/app/stores/SettingsStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class SettingsStore {
apiServer: [],
unit: [
CORE_ASSET,
"RUBLE",
"USD",
"CNY",
"BTC",
Expand Down

0 comments on commit fc1ef93

Please sign in to comment.