diff --git a/src/App-State.ts b/src/App-State.ts index 508a775..685e80b 100644 --- a/src/App-State.ts +++ b/src/App-State.ts @@ -9,7 +9,6 @@ export const useAppState = () => { const persistor = persistStore(store); useEffect(() => { - const subscriptionList = store.getState().persist.subscriptionList; subscriptionListFilter(false).then(filteredList => { store.dispatch(setFilteredSubscriptions(filteredList)); });