Using ageFromBirth for age on scene date. Using infinite depth and colors for inspect.
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
>{{ actor.age }}</span>
|
||||
|
||||
<span
|
||||
v-if="actor.ageThen && actor.ageThen < actor.age"
|
||||
v-if="actor.ageThen && actor.ageThen < actor.ageFromBirth"
|
||||
v-tooltip="`${actor.ageThen} years old on release date`"
|
||||
class="age-then"
|
||||
>{{ actor.ageThen }}</span>
|
||||
|
||||
Reference in New Issue
Block a user