From 18ccaf2a6d0885de155902255ac3297fd21ae464 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 19 Jun 2024 17:30:24 -0500 Subject: [PATCH] Leading on sp screen --- src/screens/StarterPack/StarterPackScreen.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index ec9d1406c9..c8e524c7c1 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -222,7 +222,9 @@ function Header({ {record.description || joinedAllTimeCount >= 25 ? ( {record.description ? ( - {record.description} + + {record.description} + ) : null} {joinedAllTimeCount >= 25 ? (