Ask user which courses they have taken
This commit is contained in:
@@ -15,7 +15,7 @@ class Tool extends Component {
|
||||
} else if (status.state == 'armed') {
|
||||
return { msg: 'Armed.', canArm: false, canDisarm: true, };
|
||||
} else if (status.state == 'on') {
|
||||
return { msg: 'On.', canArm: false, canDisarm: true, };
|
||||
return { msg: 'On.', canArm: false, canDisarm: false, };
|
||||
} else {
|
||||
return { msg: 'Error: Impossible state!', canArm: false, canDisarm: false, };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user