Skip to content

Commit

Permalink
Fix the onyx key path
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Oct 22, 2023
1 parent 87f85e7 commit c64b27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/MoneyRequestSelectorPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export default compose(
withReportOrNotFound(false),
withOnyx({
selectedTab: {
key: `${ONYXKEYS.SELECTED_TAB}_${CONST.TAB.RECEIPT_TAB_ID}`,
key: `${ONYXKEYS.COLLECTION.SELECTED_TAB}_${CONST.TAB.RECEIPT_TAB_ID}`,
},
}),
)(MoneyRequestSelectorPage);

0 comments on commit c64b27c

Please sign in to comment.