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