fix type error
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user