Skip to content

Commit

Permalink
Merge pull request Expensify#33263 from neonbhai/manual-request-flow-…
Browse files Browse the repository at this point in the history
…button-fix

[IOU] Manual request flow button fix
  • Loading branch information
Gonals authored Jan 2, 2024
2 parents d0b8783 + f4484af commit 789c094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/EditRequestAmountPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ function EditRequestAmountPage({defaultAmount, defaultCurrency, onNavigateToCurr
>
<HeaderWithBackButton title={translate('iou.amount')} />
<MoneyRequestAmountForm
buttonTranslationText="common.save"
currency={defaultCurrency}
amount={defaultAmount}
ref={(e) => (textInput.current = e)}
onCurrencyButtonPress={onNavigateToCurrency}
onSubmitButtonPress={onSubmit}
isEditing
/>
</ScreenWrapper>
);
Expand Down

0 comments on commit 789c094

Please sign in to comment.