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

cleanup

parent eaab0929
No related branches found
No related tags found
Loading
......@@ -231,7 +231,6 @@ const KonnectorModal = ({
isUpdating &&
fluidType === FluidType.ELECTRICITY && (
// MISMATCH UPDATE ERROR ENEDIS
// WEIRD STYLES
<div className="headerError konnector-config mismatch">
<Icon icon={EnedisIcon} width={120} height={80} />
<div className="title text-20-bold">
......
......@@ -11,8 +11,9 @@ import './konnectorViewerCard.scss'
const KonnectorViewerList = () => {
const { t } = useI18n()
const { fluidStatus } = useAppSelector(state => state.ecolyo.global)
const navigate = useNavigate()
const { fluidStatus } = useAppSelector(state => state.ecolyo.global)
const goToFluid = (fluidType: FluidType) => {
navigate(`/consumption/${getFluidName(fluidType)}`)
}
......
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