Skip to content
Snippets Groups Projects
Commit 1efdb039 authored by Romain CREY's avatar Romain CREY
Browse files

fix: half hour enum

parent 90dcab93
No related branches found
No related tags found
3 merge requests!28Merge fix from dev,!27Dev,!19Features/us135 cta enedis activation
...@@ -114,7 +114,9 @@ const FluidChartContainer: React.FC<FluidChartContainerProps> = ({ ...@@ -114,7 +114,9 @@ const FluidChartContainer: React.FC<FluidChartContainerProps> = ({
<> <>
{isLoaded ? ( {isLoaded ? (
<> <>
{isMinuteBlocked && timeStep === 10 && <ActivateHalfHourLoad />} {isMinuteBlocked && timeStep === TimeStep.HALF_AN_HOUR && (
<ActivateHalfHourLoad />
)}
<div className="fc-root"> <div className="fc-root">
<div className="fc-content"> <div className="fc-content">
<FluidChartContent <FluidChartContent
......
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