From 06811bf5820e28f22a4301a4ec8710724f8896ee Mon Sep 17 00:00:00 2001 From: Yoan VALLET <ext.sopra.yvallet@grandlyon.com> Date: Mon, 19 Apr 2021 11:27:13 +0200 Subject: [PATCH] feat: set only <li> in the <ul> --- src/components/TimeStepSelector/TimeStepSelector.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TimeStepSelector/TimeStepSelector.tsx b/src/components/TimeStepSelector/TimeStepSelector.tsx index ac376b4fa..750b80889 100644 --- a/src/components/TimeStepSelector/TimeStepSelector.tsx +++ b/src/components/TimeStepSelector/TimeStepSelector.tsx @@ -105,7 +105,7 @@ const TimeStepSelector: React.FC<TimeStepSelectorProps> = ({ {t(`timestep.${TimeStep[step].toLowerCase()}.period`)} </span> </li> - <span className="bar"></span> + <li className="bar"></li> </React.Fragment> ) })} -- GitLab