Fixed an issue where we might show the Imdb link when we do not have a imdbid #1797

pull/2067/head
tidusjar 6 years ago
parent d82ede5e0e
commit ecb77262dd

@ -62,7 +62,7 @@
<div class="col-sm-8 small-padding">
<div>
<a href="http://www.imdb.com/title/{{node.data.imdbId}}/" target="_blank">
<a *ngIf="node.data.imdbId" href="http://www.imdb.com/title/{{node.data.imdbId}}/" target="_blank">
<h4>{{node.data.title}} ({{node.data.firstAired | date: 'yyyy'}})</h4>
</a>

Loading…
Cancel
Save