From a61cfa616a021de8796822a4d6cb8d930c9006b5 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Wed, 26 Nov 2025 18:59:11 +0100 Subject: [PATCH] chore: remove un-used size prop --- app/client/components/volume-icon.tsx | 1 - app/client/modules/volumes/routes/volume-details.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/client/components/volume-icon.tsx b/app/client/components/volume-icon.tsx index 4935215a..0d3e00ea 100644 --- a/app/client/components/volume-icon.tsx +++ b/app/client/components/volume-icon.tsx @@ -3,7 +3,6 @@ import type { BackendType } from "~/schemas/volumes"; type VolumeIconProps = { backend: BackendType; - size?: number; }; const getIconAndColor = (backend: BackendType) => { diff --git a/app/client/modules/volumes/routes/volume-details.tsx b/app/client/modules/volumes/routes/volume-details.tsx index 1cd1e079..3ee690a3 100644 --- a/app/client/modules/volumes/routes/volume-details.tsx +++ b/app/client/modules/volumes/routes/volume-details.tsx @@ -142,7 +142,7 @@ export default function VolumeDetails({ loaderData }: Route.ComponentProps) {   {volume.status[0].toUpperCase() + volume.status.slice(1)} - +