mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
add missing property to death date item (#5962)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user