Skip to content

Commit

Permalink
Merge branch 'staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
svk31 committed Oct 3, 2017
2 parents 54c0ece + eb481eb commit c0b32cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/stores/AccountStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ class AccountStore extends BaseStore {
unFollowedAccounts: Immutable.Set(),
currentAccount: null,
passwordAccount: null,
starredAccounts: Immutable.Map()
starredAccounts: Immutable.Map(),
searchAccounts: Immutable.Map()
};

this.getMyAccounts = this.getMyAccounts.bind(this);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BitShares2-light",
"version": "2.0.171002",
"version": "2.0.171003",
"description": "Advanced wallet interface for the BitShares financial blockchain.",
"homepage": "https://github.com/bitshares/bitshares-ui",
"author": "Sigve Kvalsvik <[email protected]>",
Expand Down

0 comments on commit c0b32cd

Please sign in to comment.