Skip to content

Commit

Permalink
Merge pull request #165 from akameco/fix/blank-page
Browse files Browse the repository at this point in the history
fix(store): fix blank page
  • Loading branch information
akameco authored Jul 21, 2018
2 parents a555741 + f4871e2 commit 7d2bf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function configureStore(initialState: Object = {}): Store {

persistor = persistStore(store, {
storage: localForage,
blacklist: ['IllustById', 'UserById'],
blacklist: ['IllustById', 'UserById', 'IllustPreview', 'MangaPreview'],
keyPrefix: `PixivDeck-v${version.split('.')[0]}`,
})

Expand Down

0 comments on commit 7d2bf32

Please sign in to comment.