Skip to content

Commit

Permalink
Merge pull request #40659 from brunovjk/fix/39559
Browse files Browse the repository at this point in the history
Fix: Correct Footer Display in MoneyRequestConfirmationList Component
(cherry picked from commit 4b0e4ee)
  • Loading branch information
tgolen authored and OSBotify committed Apr 22, 2024
1 parent e350296 commit 8b4cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ function MoneyRequestConfirmationList({
shouldShowTextInput={false}
shouldUseStyleForChildren={false}
optionHoveredStyle={canModifyParticipants ? styles.hoveredComponentBG : {}}
footerContent={!isEditingSplitBill && footerContent}
footerContent={footerContent}
listStyles={listStyles}
shouldAllowScrollingChildren
>
Expand Down

0 comments on commit 8b4cfed

Please sign in to comment.