Features/us135 cta enedis activation
1 unresolved thread
1 unresolved thread
todo : width ?
Merge request reports
Activity
added 12 commits
-
6cd710a7...c68dfcb0 - 10 commits from branch
dev
- 2f727a5f - fix: half hour warning
- 90dcab93 - Merge branch 'dev' into features/US135-CTA-enedis-activation
-
6cd710a7...c68dfcb0 - 10 commits from branch
116 <div className="fc-content"> 117 {isMinuteBlocked && timeStep === 10 && <ActivateHalfHourLoad />} 118 <FluidChartContent 119 referenceDate={referenceDate} 120 lastDataDate={lastDataDate} 121 lastDateWithAllData={lastDateWithAllData} 122 fluidTypes={fluidTypes} 123 timeStep={timeStep} 124 multiFluid={multiFluid} 125 currentChallenge={challenge} 126 consumptionDataManager={consumptionDataManager} 127 isDataLoaded={isLoaded} 128 handleDetailedDate={handleDetailedDate} 129 ></FluidChartContent> 116 <> 117 {isMinuteBlocked && timeStep === 10 && <ActivateHalfHourLoad />} changed this line in version 4 of the diff
mentioned in commit 75fc43ca
Please register or sign in to reply