Skip to content

Commit

Permalink
Merge pull request #40159 from nkdengineer/fix/40123
Browse files Browse the repository at this point in the history
fix: unable click currency tax amount when editing
  • Loading branch information
NikkiWines authored Apr 12, 2024
2 parents ca51336 + 97c9515 commit e74c130
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/iou/request/step/IOURequestStepTaxAmountPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ function IOURequestStepTaxAmountPage({
ref={(e) => (textInput.current = e)}
onCurrencyButtonPress={navigateToCurrencySelectionPage}
onSubmitButtonPress={updateTaxAmount}
isCurrencyPressable={!isEditing}
/>
</StepScreenWrapper>
);
Expand Down

0 comments on commit e74c130

Please sign in to comment.