diff --git a/anwendung/src/components/StatusBar.jsx b/anwendung/src/components/StatusBar.jsx index 86ca929..9100f52 100644 --- a/anwendung/src/components/StatusBar.jsx +++ b/anwendung/src/components/StatusBar.jsx @@ -6,12 +6,15 @@ export default function StatusBar(p) let classNames = ["not-started", "started", "finished"]; let index = p.progress / 50; + let actives = ["", "", ""] + actives[index] = "active"; + return (