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
  • Loading branch information
tgolen authored Apr 22, 2024
2 parents 6abd9fd + 20043fe commit 4b0e4ee
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 4b0e4ee

Please sign in to comment.