Instanceof operator was not working so changed the way of checking it

This commit is contained in:
2022-07-17 08:17:13 +05:30
parent 4072733dfe
commit dbdd00119a
27 changed files with 36 additions and 44 deletions
@@ -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;