Исправлен цвет аватарки при ее отсутствии в профиле

This commit is contained in:
RoyceDa
2026-04-01 16:31:27 +02:00
parent 92c9dc03c9
commit 70af076248

View File

@@ -60,7 +60,7 @@ export function ActionAvatar(props : ActionAvatarProps) {
size={120}
radius={120}
mx="auto"
bg={'#fff'}
bg={avatars.length > 0 ? '#fff' : undefined}
name={props.title.trim() || props.publicKey}
color={'initials'}
src={avatars.length > 0 ?