From cea664e08396a1ce879fd1269e70e4dc7212b87d Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Wed, 18 Oct 2023 16:40:39 +0100 Subject: [PATCH] show payment options for the settlement button in the report preview --- src/components/ReportActionItem/ReportPreview.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/ReportActionItem/ReportPreview.js b/src/components/ReportActionItem/ReportPreview.js index 2147f0a4362e..985d88e53d88 100644 --- a/src/components/ReportActionItem/ReportPreview.js +++ b/src/components/ReportActionItem/ReportPreview.js @@ -242,8 +242,9 @@ function ReportPreview(props) { enablePaymentsRoute={ROUTES.ENABLE_PAYMENTS} addBankAccountRoute={bankAccountRoute} style={[styles.mt3]} + shouldShowPaymentOptions anchorAlignment={{ - horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.LEFT, + horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.RIGHT, vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.BOTTOM, }} />