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, moderationOpts,
hideBackButton = false, hideBackButton = false,
isPlaceholderProfile, isPlaceholderProfile,
backgroundColor,
}: Props): React.ReactNode => { }: Props): React.ReactNode => {
const profile: Shadow<AppBskyActorDefs.ProfileViewDetailed> = const profile: Shadow<AppBskyActorDefs.ProfileViewDetailed> =
useProfileShadow(profileUnshadowed) useProfileShadow(profileUnshadowed)