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:
kermieisinthehouse
2022-04-05 16:43:20 -07:00
committed by GitHub
parent 230d8f6028
commit 312d43d0ff
2 changed files with 4 additions and 1 deletions

View File

@@ -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}