From 4980b4b704169f640e57082e4012fe55f2935470 Mon Sep 17 00:00:00 2001 From: Ansak Mahir Date: Sun, 29 Sep 2024 13:26:15 +0530 Subject: [PATCH] fixed lint --- src/components/ProfilePic/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProfilePic/index.tsx b/src/components/ProfilePic/index.tsx index fd71ccaf..841a3851 100644 --- a/src/components/ProfilePic/index.tsx +++ b/src/components/ProfilePic/index.tsx @@ -21,7 +21,7 @@ const ProfilePic: React.FC<{ setIsLoading(false); }; - const appliedWidth = width || size; + const appliedWidth = width ?? size; return (