chore: made activatable elements clickable
ref: N25B-400
This commit is contained in:
@@ -73,6 +73,7 @@ const MonitoringPage: React.FC = () => {
|
||||
|
||||
data.norms.forEach((normUpdate: { id: string; active: boolean }) => {
|
||||
nextState[normUpdate.id] = normUpdate.active;
|
||||
console.log(`Conditional norm ${normUpdate.id} set to active: ${normUpdate.active}`);
|
||||
});
|
||||
|
||||
return nextState;
|
||||
|
||||
Reference in New Issue
Block a user