From 2fab5ff2e7cab696acdca35788b4cb320acdcb29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Bijl?= Date: Wed, 15 Oct 2025 09:40:28 +0200 Subject: [PATCH] [bugfix] fix lint issues --- app/javascript/flavours/glitch/components/avatar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/flavours/glitch/components/avatar.tsx b/app/javascript/flavours/glitch/components/avatar.tsx index 2799cb171..453d16d19 100644 --- a/app/javascript/flavours/glitch/components/avatar.tsx +++ b/app/javascript/flavours/glitch/components/avatar.tsx @@ -28,8 +28,8 @@ export const Avatar: React.FC = ({ ...styleFromParent, width: `${size}px`, height: `${size}px`, - backgroundSize: `cover`, - backgroundPosition: `center`, + backgroundSize: "cover", + backgroundPosition: "center", }; if (account) {