diff --git a/web/app/components/base/avatar/index.tsx b/web/app/components/base/avatar/index.tsx
index c91a6a65b2..8226320c2a 100644
--- a/web/app/components/base/avatar/index.tsx
+++ b/web/app/components/base/avatar/index.tsx
@@ -45,14 +45,18 @@ const Avatar = ({
if (avatar && !imgError) {
return (
-
onError?.(false)}
- />
+ >
+
onError?.(false)}
+ />
+
)
}