diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx index 99a68083ae..65e20ba9ad 100644 --- a/src/components/ProfileCard.tsx +++ b/src/components/ProfileCard.tsx @@ -174,7 +174,7 @@ export function Avatar({ ) } -export function AvatarPlaceholder() { +export function AvatarPlaceholder({size = 40}: {size?: number}) { const t = useTheme() return (