diff --git a/src/screens/StarterPack/Landing/index.tsx b/src/screens/StarterPack/Landing/index.tsx index d02d33fcf8..1d27f43510 100644 --- a/src/screens/StarterPack/Landing/index.tsx +++ b/src/screens/StarterPack/Landing/index.tsx @@ -143,9 +143,11 @@ function LandingScreenInner({ - - {record.description} - + {record.description ? ( + + {record.description} + + ) : null}