Skip to content

Commit

Permalink
show payment options for the settlement button in the report preview
Browse files Browse the repository at this point in the history
  • Loading branch information
akinwale committed Oct 18, 2023
1 parent 935e891 commit cea664e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/ReportActionItem/ReportPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}}
/>
Expand Down

0 comments on commit cea664e

Please sign in to comment.