From 094ad9acbc51cdcbaca0c823f7f823c67cf0f3c9 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 1 Dec 2025 13:19:14 +0200 Subject: [PATCH] fix type error --- src/components/dialogs/StarterPackDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dialogs/StarterPackDialog.tsx b/src/components/dialogs/StarterPackDialog.tsx index e6025606fb..a6b7a34c2c 100644 --- a/src/components/dialogs/StarterPackDialog.tsx +++ b/src/components/dialogs/StarterPackDialog.tsx @@ -254,7 +254,7 @@ function StarterPackItem({ }: { starterPackWithMembership: StarterPackWithMembership targetDid: string - subject: bsky.profile.AnyProfileView + subject?: bsky.profile.AnyProfileView }) { const t = useTheme() const ax = useAnalytics()