mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Fixed formatting
This commit is contained in:
parent
d3c91e0f43
commit
cf1360db6e
1 changed files with 3 additions and 1 deletions
|
|
@ -51,7 +51,9 @@ export const SceneDetailPanel: React.FC<ISceneDetailProps> = (props) => {
|
|||
<PerformerCard
|
||||
key={performer.id}
|
||||
performer={performer}
|
||||
ageFromDate={props.scene.production_date ?? props.scene.date ?? undefined}
|
||||
ageFromDate={
|
||||
props.scene.production_date ?? props.scene.date ?? undefined
|
||||
}
|
||||
/>
|
||||
));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue