From 69f4ce821fa6784d6972743a2a0f12cd79fd3ab5 Mon Sep 17 00:00:00 2001 From: Chubby Granny Chaser Date: Tue, 4 Mar 2025 20:00:51 +0000 Subject: [PATCH] feat: moving props spread --- src/renderer/src/components/avatar/avatar.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/renderer/src/components/avatar/avatar.tsx b/src/renderer/src/components/avatar/avatar.tsx index afd9e3c2..1f6526f0 100644 --- a/src/renderer/src/components/avatar/avatar.tsx +++ b/src/renderer/src/components/avatar/avatar.tsx @@ -19,14 +19,12 @@ export function Avatar({ size, alt, src, ...props }: AvatarProps) {
{src ? ( {alt} ) : (