simplify some conditionals

This commit is contained in:
Samuel Newman
2026-02-11 16:20:48 +02:00
parent 3a28a07081
commit 8581285d34
+1 -2
View File
@@ -87,8 +87,7 @@ export function ProgressGuideList({style}: {style?: StyleProp<ViewStyle>}) {
a.justify_between,
a.gap_sm,
]
: a.flex_col,
!inlineLayout && a.gap_md,
: [a.flex_col, a.gap_md],
]}>
<StackedAvatars follows={follows?.pages?.[0]?.follows} />
<FollowDialog guide={guide} showArrow={inlineLayout} />