Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Gupta <[email protected]>
  • Loading branch information
Krishna2323 committed Jun 25, 2024
1 parent eaa4a9d commit 0518e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/HoldReasonPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ function HoldReasonPage({route}: HoldReasonPageProps) {
>
<HeaderWithBackButton
title={translate('iou.holdExpense')}
onBackButtonPress={() => Navigation.goBack()}
onBackButtonPress={() => Navigation.goBack(backTo)}
/>
<FormProvider
formID="moneyHoldReasonForm"
Expand Down

0 comments on commit 0518e61

Please sign in to comment.