fix missing prop

This commit is contained in:
Samuel Newman
2024-11-14 15:43:41 +00:00
parent db86b6048e
commit f9ade07f81
@@ -59,6 +59,7 @@ let ProfileHeaderLabeler = ({
moderationOpts,
hideBackButton = false,
isPlaceholderProfile,
backgroundColor,
}: Props): React.ReactNode => {
const profile: Shadow<AppBskyActorDefs.ProfileViewDetailed> =
useProfileShadow(profileUnshadowed)