Skip to content

Commit

Permalink
Merge pull request #40674 from software-mansion-labs/@kosmydel/fix-ma…
Browse files Browse the repository at this point in the history
…p-reload

[Fix] Map reloads with "Route pending"
  • Loading branch information
puneetlath authored Apr 22, 2024
2 parents 7fd5348 + ce9c20a commit a85acb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepDistance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ const IOURequestStepDistanceWithOnyx = withOnyx<IOURequestStepDistanceProps, IOU
transactionBackup: {
key: ({route}) => {
const transactionID = route.params.transactionID ?? 0;
return `${ONYXKEYS.COLLECTION.TRANSACTION_DRAFT}${transactionID}`;
return `${ONYXKEYS.COLLECTION.TRANSACTION_BACKUP}${transactionID}`;
},
},
policy: {
Expand Down

0 comments on commit a85acb9

Please sign in to comment.