Commit e53ef745 authored by nanahira's avatar nanahira

fix

parent c4a2b41c
Pipeline #42186 passed with stage
in 9 minutes and 50 seconds
......@@ -52,6 +52,8 @@ export class MatchDialogComponent implements OnInit, OnDestroy {
}
ngOnDestroy() {
this.matching?.unsubscribe();
if (this.matching) {
this.matching.unsubscribe();
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment