Skip to content

Commit

Permalink
Merge pull request #23937 from bernhardoj/fix/23420-money-request-crash
Browse files Browse the repository at this point in the history
Fix crash on opening money request page after sign ing
  • Loading branch information
madmax330 authored Aug 2, 2023
2 parents 615c8a1 + 1501d7f commit 1efc85f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/setup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ export default function () {
[ONYXKEYS.SESSION]: {loading: false},
[ONYXKEYS.ACCOUNT]: CONST.DEFAULT_ACCOUNT_DATA,
[ONYXKEYS.NETWORK]: {isOffline: false},
[ONYXKEYS.IOU]: {
loading: false,
error: false,
},
[ONYXKEYS.IS_SIDEBAR_LOADED]: false,
[ONYXKEYS.SHOULD_SHOW_COMPOSE_INPUT]: true,
},
Expand Down

0 comments on commit 1efc85f

Please sign in to comment.