From ca067bc4957741e7f4524d71cc99f39a43d24a24 Mon Sep 17 00:00:00 2001 From: Vit Horacek Date: Wed, 11 Oct 2023 23:29:44 +0100 Subject: [PATCH] Add pressOnEnter to the SettlementButton --- src/components/MoneyRequestConfirmationList.js | 1 + src/components/SettlementButton.js | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/src/components/MoneyRequestConfirmationList.js b/src/components/MoneyRequestConfirmationList.js index b842fc18b05b..7f7c1e465d3b 100755 --- a/src/components/MoneyRequestConfirmationList.js +++ b/src/components/MoneyRequestConfirmationList.js @@ -441,6 +441,7 @@ function MoneyRequestConfirmationList(props) { const button = shouldShowSettlementButton ? ( selectPaymentType(event, iouPaymentType, triggerKYCFlow)} + pressOnEnter={pressOnEnter} options={paymentButtonOptions} style={style} buttonSize={buttonSize}