Skip to content
Snippets Groups Projects
Commit 06811bf5 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: set only <li> in the <ul>

parent 1abaa444
No related branches found
No related tags found
1 merge request!324Features/acessibility list
...@@ -105,7 +105,7 @@ const TimeStepSelector: React.FC<TimeStepSelectorProps> = ({ ...@@ -105,7 +105,7 @@ const TimeStepSelector: React.FC<TimeStepSelectorProps> = ({
{t(`timestep.${TimeStep[step].toLowerCase()}.period`)} {t(`timestep.${TimeStep[step].toLowerCase()}.period`)}
</span> </span>
</li> </li>
<span className="bar"></span> <li className="bar"></li>
</React.Fragment> </React.Fragment>
) )
})} })}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment