Skip to content

Commit

Permalink
persist ucm reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Jul 27, 2024
1 parent 379cb7b commit 04baf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ declare const window: any;
const persistConfig = {
key: 'root',
storage,
blacklist: ['streaksReducer', 'ucmReducer'],
blacklist: [],
};

const rootReducer = combineReducers({
Expand Down

0 comments on commit 04baf07

Please sign in to comment.