fix: fixed bug with warning rendering in the sidebar

ref: N25B-450
This commit is contained in:
JGerla
2026-01-22 18:19:36 +01:00
parent a00fd02634
commit 274ffb0238
2 changed files with 6 additions and 6 deletions

View File

@@ -246,7 +246,7 @@ function VisProgPage() {
// however this would cause unneeded updates
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [severityIndex]);
console.log(programValidity);
console.log(severityIndex);
return (
<>
<VisualProgrammingUI/>