From: kashalkar Date: Tue, 16 May 2017 15:58:38 +0000 (+0200) Subject: Merge "Added accountStore id to prevent conflicts during gzip" into v2.0 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=d9d683f65ea6e428ac966adf4b9b8f3fcfbda3a6;hp=d0948e5f2a31aab684a44a23f270c42b7f4d6bcd Merge "Added accountStore id to prevent conflicts during gzip" into v2.0 --- diff --git a/skyquake/plugins/accounts/src/account/accountsDashboard.jsx b/skyquake/plugins/accounts/src/account/accountsDashboard.jsx index f139b474b..7b5601182 100644 --- a/skyquake/plugins/accounts/src/account/accountsDashboard.jsx +++ b/skyquake/plugins/accounts/src/account/accountsDashboard.jsx @@ -26,7 +26,7 @@ import 'style/layout.scss'; class AccountsDashboard extends React.Component { constructor(props) { super(props); - this.Store = this.props.flux.stores.hasOwnProperty('AccountStore') ? this.props.flux.stores.AccountStore : this.props.flux.createStore(AccountStore); + this.Store = this.props.flux.stores.hasOwnProperty('AccountStore') ? this.props.flux.stores.AccountStore : this.props.flux.createStore(AccountStore, "AccountStore"); this.state = this.Store.getState(); } componentWillMount() {