diff --git a/client/src/components/Endpoints/URLIcon.tsx b/client/src/components/Endpoints/URLIcon.tsx index ab22635809..7419bde8fc 100644 --- a/client/src/components/Endpoints/URLIcon.tsx +++ b/client/src/components/Endpoints/URLIcon.tsx @@ -55,8 +55,8 @@ export const URLIcon = memo( onError={handleImageError} loading="lazy" decoding="async" - width={Number(containerStyle.width)} - height={Number(containerStyle.height)} + width={Number(containerStyle.width) || 20} + height={Number(containerStyle.height) || 20} /> );