Fixed linter

pull/1514/head
Jamie.Rees 7 years ago
parent a166410a26
commit b8e44ec921

@ -14,7 +14,7 @@ export class SearchComponent implements OnInit {
public selectMovieTab() {
this.showMovie = true;
this.showTv = false;
}
}
public selectTvTab() {
this.showMovie = false;

Loading…
Cancel
Save