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

(cherry picked from commit 8be2d08)
  • Loading branch information
mountiny authored and OSBotify committed Oct 23, 2023
1 parent 90b92b4 commit dc3cf0a
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 dc3cf0a

Please sign in to comment.