add missing property to death date item (#5962)

This commit is contained in:
dogwithakeyboard 2025-06-23 22:59:27 +01:00 committed by GitHub
parent 019fe81de9
commit e69238307c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -94,7 +94,11 @@ export const PerformerDetailsPanel: React.FC<IPerformerDetails> =
}
fullWidth={fullWidth}
/>
<DetailItem id="death_date" value={performer.death_date} />
<DetailItem
id="death_date"
value={performer.death_date}
fullWidth={fullWidth}
/>
{performer.country ? (
<DetailItem
id="country"