Skip to content

Commit

Permalink
fix: remove unused setPauseQueueIncomingRequest in loadPreferences
Browse files Browse the repository at this point in the history
  • Loading branch information
jimcase committed May 3, 2024
1 parent d6aea3d commit 83fd885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/components/AppWrapper/AppWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ const AppWrapper = (props: { children: ReactNode }) => {
};

const loadPreferences = async () => {
dispatch(setPauseQueueIncomingRequest(true));
let userName: PreferencesStorageItem = { userName: "" };
const passcodeIsSet = await checkKeyStore(KeyStoreKeys.APP_PASSCODE);
const seedPhraseIsSet = await checkKeyStore(
Expand Down

0 comments on commit 83fd885

Please sign in to comment.