Skip to content

Commit

Permalink
Merge pull request #30185 from Expensify/youssef_fix_missing_split_bu…
Browse files Browse the repository at this point in the history
…tton

[CP Staging] Fix missing footerContent in split details page
  • Loading branch information
mountiny authored Oct 23, 2023
2 parents 0fa68e6 + 3651a16 commit 8be2d08
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 @@ -564,7 +564,7 @@ function MoneyRequestConfirmationList(props) {
shouldShowTextInput={false}
shouldUseStyleForChildren={false}
optionHoveredStyle={canModifyParticipants ? styles.hoveredComponentBG : {}}
footerContent={!isEmpty(props.iou.id) && footerContent}
footerContent={(!isEmpty(props.iou.id) || props.isEditingSplitBill) && footerContent}
listStyles={props.listStyles}
shouldAllowScrollingChildren
>
Expand Down

0 comments on commit 8be2d08

Please sign in to comment.