diff --git a/src/components/Konnector/KonnectorViewerCard.tsx b/src/components/Konnector/KonnectorViewerCard.tsx index 6d5173501660464d72404eb411cf2c0237cbd403..c3e4a8d94f8ddd8e9c3370788f42c5ca3974af8b 100644 --- a/src/components/Konnector/KonnectorViewerCard.tsx +++ b/src/components/Konnector/KonnectorViewerCard.tsx @@ -99,11 +99,6 @@ const KonnectorViewerCard = ({ /** Derived value from store. */ const isDisconnected = !showOfflineData - /** If waiting for GRDF consent, do not show anything from KonnectorViewerCard */ - const isGRDFWaitingForConsent = - fluidType === FluidType.GAS && - currentFluidStatus.status === FluidState.CHALLENGE_ASKED - const iconType = getParamPicto(currentFluidStatus.fluidType) const toggleAccordion = () => {