mirror of
https://github.com/stashapp/stash.git
synced 2026-05-08 01:29:46 -05:00
Fixed minor typo bug for scene list thumbnails (#275)
This commit is contained in:
@@ -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}/>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user