Skip to content

Commit

Permalink
front: fix typo in classname
Browse files Browse the repository at this point in the history
Signed-off-by: romainvalls <[email protected]>
  • Loading branch information
RomainValls authored and Caracol3 committed Dec 19, 2024
1 parent 6580cfe commit 465d3d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function ImportTrainScheduleTrainDetail({
</span>
<span
className={`import-train-schedule-traindetail-stepnb ${
trainData.steps.length <= 2 ? 'import-invalid-stepnb' : 'bg-primary'
trainData.steps.length <= 2 ? 'import-invalid-step-nb' : 'bg-primary'
}`}
>
{trainData.steps.length - 2}
Expand Down

0 comments on commit 465d3d1

Please sign in to comment.