fix: fixed bug with warning rendering in the sidebar
ref: N25B-450
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user