mirror of https://github.com/stashapp/stash.git
Fixed minor typo bug for scene list thumbnails (#275)
This commit is contained in:
parent
ea995dc374
commit
e58088b057
|
@ -28,7 +28,7 @@ export const SceneListTable: FunctionComponent<ISceneListTableProps> = (props: I
|
|||
return (
|
||||
<Link
|
||||
className="scene-list-thumbnail"
|
||||
to={`/performers/${scene.id}`}
|
||||
to={`/scenes/${scene.id}`}
|
||||
style={style}/>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue