Skip to content
Snippets Groups Projects
Commit 17944066 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

remove unused const

parent 5b4d23de
No related branches found
No related tags found
2 merge requests!1154feat: GRDF consent email,!1137feat(grdf)!: update error messages
......@@ -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 = () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment