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

chore: fix modal no fluid in challenge

parent 790e4a5e
Branches
Tags
1 merge request!11623.0 Release
......@@ -41,7 +41,7 @@ const ChallengeCardOnGoing = ({
challenge: { currentDataload },
global: { fluidTypes, fluidStatus },
} = useAppSelector(state => state.ecolyo)
const [noFluidConnected, setNoFluidConnected] = useState<boolean>(true)
const [noFluidConnected, setNoFluidConnected] = useState<boolean>(false)
const [challengeIcon, setChallengeIcon] = useState<string>(defaultIcon)
const [isDone, setIsDone] = useState<boolean>(false)
const [isLoading, setIsLoading] = useState<boolean>(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment