Added whitelist

This commit is contained in:
Alex Holliday
2024-06-20 15:08:41 -07:00
parent 5d855157b4
commit 0b88dbfae2

View File

@@ -7,6 +7,7 @@ import { persistReducer, persistStore } from "redux-persist";
const persistConfig = {
key: "root",
storage,
whitielist: ["auth", "monitors"],
};
const rootReducer = combineReducers({