From cfe5338b7eb2f5437df498dabafadf6331f089e2 Mon Sep 17 00:00:00 2001 From: Hailey Date: Wed, 5 Jun 2024 09:25:28 -0700 Subject: [PATCH] missing prop --- src/components/StarterPack/ProfileStarterPacks.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StarterPack/ProfileStarterPacks.tsx b/src/components/StarterPack/ProfileStarterPacks.tsx index 7318267442..90098ed0d3 100644 --- a/src/components/StarterPack/ProfileStarterPacks.tsx +++ b/src/components/StarterPack/ProfileStarterPacks.tsx @@ -156,7 +156,7 @@ export const ProfileStarterPacks = React.forwardRef< return } if (preferences) { - return + return } return null },