Skip to content

Commit c1e428d

Browse files
sandershihackerDerekTBrown
authored andcommitted
fix nextButton
1 parent 9076c69 commit c1e428d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

client/imports/ui/pages/lab/taskview.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ export default class TaskView extends MeteorComponent {
102102
}
103103
else{
104104
if(res){
105-
nextButton = true;
106-
}
107-
else{
108-
nextButton = false;
109-
}
105+
this.nextButton = true;
106+
}
107+
else{
108+
this.nextButton = false;
109+
}
110110
}
111111
});
112112
}

0 commit comments

Comments
 (0)