Only show production status if something else than Released
This commit is contained in:
@@ -118,7 +118,10 @@
|
||||
:detail="movie.genres.join(', ')"
|
||||
/>
|
||||
<MovieDetail
|
||||
v-if="movie.type == 'show'"
|
||||
v-if="
|
||||
movie.production_status &&
|
||||
movie.production_status !== 'Released'
|
||||
"
|
||||
title="Production status"
|
||||
:detail="movie.production_status"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user