mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Prettier
This commit is contained in:
@@ -48,9 +48,7 @@ export const SceneDetailPanel: React.FC<ISceneDetailProps> = props => {
|
||||
</div>
|
||||
<div className="col-4 offset-2">
|
||||
{props.scene.studio && (
|
||||
<Link
|
||||
to={`/studios/${props.scene.studio.id}`}
|
||||
>
|
||||
<Link to={`/studios/${props.scene.studio.id}`}>
|
||||
<img
|
||||
src={props.scene.studio.image_path ?? ""}
|
||||
alt={`${props.scene.studio.name} logo`}
|
||||
|
||||
Reference in New Issue
Block a user