Fixed age of passing in actor tile.

This commit is contained in:
2026-03-30 17:00:17 +02:00
parent 63a178ca57
commit 18f5a6f476
2 changed files with 3 additions and 1 deletions

View File

@@ -41,7 +41,7 @@
<span
v-if="actor.ageAtDeath"
:title="`Passed ${formatDate(actor.ageAtDeath, 'MMMM d, yyyy')}`"
:title="`Passed ${formatDate(actor.dateOfDeath, 'MMMM d, yyyy')}`"
class="age age-death"
>{{ actor.ageAtDeath }}</span>