Skip to content

Commit

Permalink
flex to row
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Nov 22, 2024
1 parent 22fb00a commit 1787e14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/home/report/ReportActionItemSingle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function ReportActionItemSingle({
return () => {
if (displayAllActors && personArray.length === 2 && isReportPreviewAction) {
return (
<View style={[styles.flexRow, styles.overflowHidden]}>
<View style={[styles.flex1, styles.flexRow, styles.overflowHidden]}>
<ReportActionItemFragment
style={[styles.flexShrink1]}
key={`person-${action?.reportActionID}-${0}`}
Expand All @@ -267,7 +267,6 @@ function ReportActionItemSingle({
/>
<Text
numberOfLines={1}
ellipsizeMode="tail"
style={[styles.chatItemMessageHeaderSender, styles.pre, styles.flexShrink0]}
>
{` & `}
Expand Down

0 comments on commit 1787e14

Please sign in to comment.