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()