From 8581285d34e635898fdd396a9a98cd3488a5cba1 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 11 Feb 2026 16:20:48 +0200 Subject: [PATCH] simplify some conditionals --- src/components/ProgressGuide/List.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/ProgressGuide/List.tsx b/src/components/ProgressGuide/List.tsx index 868ee79a3e..d7cb4d0f03 100644 --- a/src/components/ProgressGuide/List.tsx +++ b/src/components/ProgressGuide/List.tsx @@ -87,8 +87,7 @@ export function ProgressGuideList({style}: {style?: StyleProp}) { a.justify_between, a.gap_sm, ] - : a.flex_col, - !inlineLayout && a.gap_md, + : [a.flex_col, a.gap_md], ]}>