Skip to content

Commit

Permalink
Add blacklist to redux persist config (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinbodnar committed May 17, 2021
1 parent 3eba21e commit fda0ec5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redux/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import createMiddleware from '../middleware'
const persistConfig = {
key: 'root',
storage,
blacklist: ['status', 'staking']
}

export const history = createBrowserHistory()
Expand Down

0 comments on commit fda0ec5

Please sign in to comment.