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={