From d18c5405d065ea5eaff02eea38b22446030b13a3 Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 4 Jun 2024 17:45:22 -0700 Subject: [PATCH] fix check --- src/components/StarterPack/StarterPackCard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/StarterPack/StarterPackCard.tsx b/src/components/StarterPack/StarterPackCard.tsx index ca5d123970..09d6a767db 100644 --- a/src/components/StarterPack/StarterPackCard.tsx +++ b/src/components/StarterPack/StarterPackCard.tsx @@ -28,12 +28,12 @@ export function StarterPackCard({ !hideTopBorder && type !== 'notification' && a.border_t, type === 'notification' && [a.mt_sm, a.py_md, a.border, a.rounded_sm], ]}> - {type === 'notification' && } + {type !== 'notification' && } - Science + React Native - Starter pack by @bossett.social + Starter pack by @haileyok.com