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

fix modal not showing

parent 78d0f745
No related branches found
No related tags found
2 merge requests!1154feat: GRDF consent email,!1137feat(grdf)!: update error messages
......@@ -279,6 +279,8 @@ const ConsumptionView = ({ fluidType }: { fluidType: FluidType }) => {
toggleModal={() => setOpenExpiredConsentModal(prev => !prev)}
/>
))}
{/* GRDF Waiting screen */}
</>
)
}
......
......@@ -478,7 +478,7 @@ const KonnectorViewerCard = ({
trigger,
])
if (isGRDFWaitingForConsent) return
// if (isGRDFWaitingForConsent) return
return (
<div className="konnector-section-root">
......
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