From c678a63b45944d874973594dbf452ebb2e882357 Mon Sep 17 00:00:00 2001 From: Bastien Dumont <bdumont@grandlyon.com> Date: Fri, 5 Apr 2024 09:15:53 +0200 Subject: [PATCH] remove unused const --- src/components/Konnector/KonnectorViewerCard.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/Konnector/KonnectorViewerCard.tsx b/src/components/Konnector/KonnectorViewerCard.tsx index 2e9b4f253..c5ef6f734 100644 --- a/src/components/Konnector/KonnectorViewerCard.tsx +++ b/src/components/Konnector/KonnectorViewerCard.tsx @@ -95,9 +95,6 @@ const KonnectorViewerCard = ({ [client] ) - /** Derived value from store. */ - const isDisconnected = !showOfflineData - const iconType = getParamPicto(currentFluidStatus.fluidType) const toggleAccordion = () => { -- GitLab