Skip to content

Commit

Permalink
Remove underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Oct 22, 2023
1 parent c64b27c commit fe3e8bc
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.COLLECTION.SELECTED_TAB}_${CONST.TAB.RECEIPT_TAB_ID}`,
key: `${ONYXKEYS.COLLECTION.SELECTED_TAB}${CONST.TAB.RECEIPT_TAB_ID}`,
},
}),
)(MoneyRequestSelectorPage);

0 comments on commit fe3e8bc

Please sign in to comment.