added to clack list for redux

fix wrap on TTbrowser
This commit is contained in:
jfrye122
2023-05-18 16:52:38 -04:00
parent 5e13d2bf3e
commit e3aee0119a
2 changed files with 4 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ const persistConfig = {
key: "root",
storage: AsyncStorage,
// whitelist: ["photos"],
blacklist: ["user"],
blacklist: ["user","employee","timeTickets"],
};
const rootReducer = combineReducers({