From 749db9e4d9c2a49d2c6b0ebb601d0ed1ae0dc961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20D=C3=ADaz=20Gonz=C3=A1lez?= Date: Tue, 29 Oct 2024 10:40:15 +0000 Subject: [PATCH] fix(web): drop no longer needed @ts-expect-error That was at core/EmptyState because props were not well defined when using JSDoc. Now these props are properly defined with TypeScript, such a directive is no longer necessary. --- web/src/components/storage/zfcp/ZFCPPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/storage/zfcp/ZFCPPage.tsx b/web/src/components/storage/zfcp/ZFCPPage.tsx index 8eea02ee79..5eeaa53ba8 100644 --- a/web/src/components/storage/zfcp/ZFCPPage.tsx +++ b/web/src/components/storage/zfcp/ZFCPPage.tsx @@ -84,7 +84,6 @@ const NoDisksFound = () => {