Skip to content

Commit

Permalink
Merge pull request #29902 from akinwale/task-29735
Browse files Browse the repository at this point in the history
fix: show payment options for the settlement button in the report preview
  • Loading branch information
neil-marcellini authored Oct 19, 2023
2 parents 9ec6876 + cea664e commit 18acd82
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 18acd82

Please sign in to comment.