diff --git a/src/components/MoneyRequestConfirmationList.js b/src/components/MoneyRequestConfirmationList.js index f13cd4541be7..0b266351a60c 100755 --- a/src/components/MoneyRequestConfirmationList.js +++ b/src/components/MoneyRequestConfirmationList.js @@ -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 >