Skip to content

Commit

Permalink
revert hard code
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Jan 10, 2024
1 parent 654e4ed commit db089da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ function MoneyTemporaryForRefactorRequestConfirmationList({

const button = shouldShowSettlementButton ? (
<SettlementButton
// pressOnEnter
pressOnEnter
isDisabled={shouldDisableButton}
onPress={confirm}
enablePaymentsRoute={ROUTES.IOU_SEND_ENABLE_PAYMENTS}
Expand All @@ -591,7 +591,7 @@ function MoneyTemporaryForRefactorRequestConfirmationList({
/>
) : (
<ButtonWithDropdownMenu
// pressOnEnter
pressOnEnter
isDisabled={shouldDisableButton}
onPress={(_event, value) => confirm(value)}
options={splitOrRequestOptions}
Expand Down

0 comments on commit db089da

Please sign in to comment.