Skip to content

Commit

Permalink
Remove the View around MultipleAvatars
Browse files Browse the repository at this point in the history
  • Loading branch information
paultsimura committed Nov 16, 2023
1 parent 52387d0 commit ae2392b
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions src/components/ReportActionItem/MoneyRequestPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,13 @@ function MoneyRequestPreview(props) {
)}
</View>
{props.isBillSplit && (
<View>
<MultipleAvatars
icons={participantAvatars}
shouldStackHorizontally
size="small"
isHovered={props.isHovered}
shouldUseCardBackground
/>
</View>
<MultipleAvatars
icons={participantAvatars}
shouldStackHorizontally
size="small"
isHovered={props.isHovered}
shouldUseCardBackground
/>
)}
</View>
{shouldShowMerchant && (
Expand Down

0 comments on commit ae2392b

Please sign in to comment.