diff --git a/apps/core/src/components/icon/ImageIcon.tsx b/apps/core/src/components/icon/ImageIcon.tsx index d8555c9aa52..6b58dbf715a 100644 --- a/apps/core/src/components/icon/ImageIcon.tsx +++ b/apps/core/src/components/icon/ImageIcon.tsx @@ -26,11 +26,7 @@ interface FallBackAvatarProps { size?: ImageIconSize; } -function FallBackAvatar({ - str, - rounded, - size = ImageIconSize.Large, -}: FallBackAvatarProps) { +function FallBackAvatar({ str, rounded, size = ImageIconSize.Large }: FallBackAvatarProps) { function generateTextSize(size: ImageIconSize) { switch (size) { case ImageIconSize.Small: