Using ageFromBirth for age on scene date. Using infinite depth and colors for inspect.

This commit is contained in:
DebaucheryLibrarian
2020-12-01 23:00:14 +01:00
parent bfbd2ddc00
commit 6f19a8a642
2 changed files with 3 additions and 3 deletions

View File

@@ -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>