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 (