Skip to content

Commit

Permalink
Linted
Browse files Browse the repository at this point in the history
  • Loading branch information
Freshenext committed Sep 22, 2023
1 parent 7a31862 commit 76f7a47
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/redux/rootReducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,7 @@ const migrations = {
export const createRootReducer = () => {
const settingsPersistConfig: PersistConfig<SettingsSlice> = {
key: 'settings',
whitelist: [
'pin',
'keysExist',
'isFirstLaunch',
'usedBitcoinAddresses',
],
whitelist: ['pin', 'keysExist', 'isFirstLaunch', 'usedBitcoinAddresses'],
storage: reduxStorage(getCurrentChainId()),
}

Expand Down

0 comments on commit 76f7a47

Please sign in to comment.