Skip to content

Commit

Permalink
front: remove condition on micro switch
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainValls committed Nov 29, 2024
1 parent db9cf66 commit bc66570
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,7 @@ const ScenarioContent = ({
: t('noElectricalProfileSet')}
</div>
</div>
{!collapsedTimetable && (
<MicroMacroSwitch isMacro={isMacro} setIsMacro={toggleMicroMacroButton} />
)}
<MicroMacroSwitch isMacro={isMacro} setIsMacro={toggleMicroMacroButton} />
</>
)}
{isMacro ? (
Expand Down

0 comments on commit bc66570

Please sign in to comment.