Skip to content

Commit

Permalink
Merge pull request #1172 from yzlucas/rof-compass
Browse files Browse the repository at this point in the history
Rof compass
  • Loading branch information
yzlucas authored Oct 12, 2023
2 parents dd62d87 + d196e92 commit 0c9c5b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class RoFSimpleQuestionPage extends RoFPage {
skipPage(){
if (this.id === 'callback-page') {
this.reportOfFire.headingDetectionActive = true;
if (this.reportOfFire.motionSensor === 'yes') {
if (this.reportOfFire.motionSensor !== 'no') {
this.skip();
} else {
this.reportOfFirePage.selectPage('distance-page',null,false);
Expand Down

0 comments on commit 0c9c5b2

Please sign in to comment.