mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix hot bugs.
This commit is contained in:
@@ -48,9 +48,7 @@ const createStore = (initialState = {
|
||||
|
||||
store.subscribe(() => {
|
||||
saveState({
|
||||
authentication: {
|
||||
token: store.getState().authentication.token,
|
||||
},
|
||||
authentication: store.getState().authentication,
|
||||
});
|
||||
});
|
||||
return store;
|
||||
|
||||
Reference in New Issue
Block a user