mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix only one tag markers on scene (#2482)
* Fix scene markers, add path to hidden properties Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
230d8f6028
commit
312d43d0ff
@@ -390,6 +390,7 @@ export const SceneCard: React.FC<ISceneCardProps> = (
|
||||
details={
|
||||
<div className="scene-card__details">
|
||||
<span className="scene-card__date">{props.scene.date}</span>
|
||||
<span className="file-path extra-scene-info">{props.scene.path}</span>
|
||||
<TruncatedText
|
||||
className="scene-card__description"
|
||||
text={props.scene.details}
|
||||
|
||||
Reference in New Issue
Block a user