Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Twirre <s.a.meulenbelt@students.uu.nl>
This commit is contained in:
@@ -42,7 +42,7 @@ export default function NormNode(props: NodeProps<NormNode>) {
|
|||||||
updateNodeData(props.id, {norm: value});
|
updateNodeData(props.id, {norm: value});
|
||||||
}
|
}
|
||||||
|
|
||||||
const setAchieved = (value: boolean) => {
|
const setCritical = (value: boolean) => {
|
||||||
updateNodeData(props.id, {...data, critical: value});
|
updateNodeData(props.id, {...data, critical: value});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user