simplify some conditionals
This commit is contained in:
@@ -87,8 +87,7 @@ export function ProgressGuideList({style}: {style?: StyleProp<ViewStyle>}) {
|
|||||||
a.justify_between,
|
a.justify_between,
|
||||||
a.gap_sm,
|
a.gap_sm,
|
||||||
]
|
]
|
||||||
: a.flex_col,
|
: [a.flex_col, a.gap_md],
|
||||||
!inlineLayout && a.gap_md,
|
|
||||||
]}>
|
]}>
|
||||||
<StackedAvatars follows={follows?.pages?.[0]?.follows} />
|
<StackedAvatars follows={follows?.pages?.[0]?.follows} />
|
||||||
<FollowDialog guide={guide} showArrow={inlineLayout} />
|
<FollowDialog guide={guide} showArrow={inlineLayout} />
|
||||||
|
|||||||
Reference in New Issue
Block a user