Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Dec 14, 2023
1 parent 5e49d8b commit eaf6d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function MoneyRequestConfirmationList(props) {
horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.RIGHT,
vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.BOTTOM,
}}
shouldShowPersonalBankAccountOption={shouldShowSettlementButton}
shouldShowPersonalBankAccountOption
/>
) : (
<ButtonWithDropdownMenu
Expand Down

0 comments on commit eaf6d53

Please sign in to comment.