fix type error

This commit is contained in:
Samuel Newman
2025-12-01 13:19:14 +02:00
parent 1fa527cfbb
commit 094ad9acbc
+1 -1
View File
@@ -254,7 +254,7 @@ function StarterPackItem({
}: { }: {
starterPackWithMembership: StarterPackWithMembership starterPackWithMembership: StarterPackWithMembership
targetDid: string targetDid: string
subject: bsky.profile.AnyProfileView subject?: bsky.profile.AnyProfileView
}) { }) {
const t = useTheme() const t = useTheme()
const ax = useAnalytics() const ax = useAnalytics()