mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 20:01:56 +03:00
removed ui from blacklist
This commit is contained in:
parent
d5bd047b2f
commit
d2f806b759
@ -13,7 +13,7 @@ const persistConfig = {
|
||||
// Storage Method (React Native)
|
||||
storage: AsyncStorage,
|
||||
// Blacklist (Don't Save Specific Reducers)
|
||||
blacklist: ['nav', 'application', 'ui'],
|
||||
blacklist: ['nav', 'application'],
|
||||
};
|
||||
|
||||
// Middleware: Redux Persist Persisted Reducer
|
||||
|
Loading…
Reference in New Issue
Block a user