Skip to content

Commit

Permalink
Merge pull request #30151 from Expensify/vit-fix30148
Browse files Browse the repository at this point in the history
[CP Staging] Fix Incorrect onyx key for selected tab

(cherry picked from commit f76cb1a)
  • Loading branch information
luacmartins authored and OSBotify committed Oct 22, 2023
1 parent 4577510 commit 8d02ab8
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 8d02ab8

Please sign in to comment.