From 3651a16734ea70897ee7698af21519089422efaf Mon Sep 17 00:00:00 2001 From: Youssef Lourayad Date: Mon, 23 Oct 2023 20:17:53 +0400 Subject: [PATCH] Fix missing footerContent in split details page --- src/components/MoneyRequestConfirmationList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >