[bugfix] fix lint issues

This commit is contained in:
Zoë Bijl
2025-10-15 09:40:28 +02:00
parent 5d823b2195
commit 2fab5ff2e7
@@ -28,8 +28,8 @@ export const Avatar: React.FC<Props> = ({
...styleFromParent,
width: `${size}px`,
height: `${size}px`,
backgroundSize: `cover`,
backgroundPosition: `center`,
backgroundSize: "cover",
backgroundPosition: "center",
};
if (account) {