From 8a1b22d5d65748e7084c8efab12bde128e65180d Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 7 Jun 2024 12:02:13 -0700 Subject: [PATCH] web adjustments --- src/components/StarterPack/StarterPackCard.tsx | 8 +++++--- src/screens/StarterPack/Wizard/StepFeeds.tsx | 2 ++ src/screens/StarterPack/Wizard/StepProfiles.tsx | 2 ++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/StarterPack/StarterPackCard.tsx b/src/components/StarterPack/StarterPackCard.tsx index 23167541d3..6c7c2b4d3e 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -63,9 +63,11 @@ export function StarterPackCard({ - - {joinedAllTimeCount} users have joined! - + {!!joinedAllTimeCount && joinedAllTimeCount >= 50 && ( + + {joinedAllTimeCount} users have joined! + + )} {record.description && ( {record.description} )} diff --git a/src/screens/StarterPack/Wizard/StepFeeds.tsx b/src/screens/StarterPack/Wizard/StepFeeds.tsx index e3e3792db5..ffce0f6341 100644 --- a/src/screens/StarterPack/Wizard/StepFeeds.tsx +++ b/src/screens/StarterPack/Wizard/StepFeeds.tsx @@ -70,6 +70,8 @@ export function StepFeeds() { onEndReached={!query ? () => fetchNextPage() : undefined} onEndReachedThreshold={2} renderScrollComponent={props => } + containWeb={true} + sideBorders={false} ListEmptyComponent={ diff --git a/src/screens/StarterPack/Wizard/StepProfiles.tsx b/src/screens/StarterPack/Wizard/StepProfiles.tsx index fb95a2ba3e..1a4ef65103 100644 --- a/src/screens/StarterPack/Wizard/StepProfiles.tsx +++ b/src/screens/StarterPack/Wizard/StepProfiles.tsx @@ -59,6 +59,8 @@ export function StepProfiles() { onEndReached={!query ? () => fetchNextPage() : undefined} onEndReachedThreshold={2} renderScrollComponent={props => } + containWeb={true} + sideBorders={false} ListEmptyComponent={