Instanceof operator was not working so changed the way of checking it
This commit is contained in:
@@ -116,7 +116,6 @@ export class EntriesComponent implements OnInit {
|
||||
}
|
||||
|
||||
togglePosted($event: MatRadioChange) {
|
||||
console.log($event.value);
|
||||
this.posted = $event.value;
|
||||
if (this.posted === false) {
|
||||
this.issue = false;
|
||||
|
||||
Reference in New Issue
Block a user