mirror of
https://github.com/stashapp/stash.git
synced 2026-03-04 04:03:21 +01:00
Fix scene galleries panel (#1523)
This commit is contained in:
parent
4165e7779f
commit
2fdf672015
1 changed files with 2 additions and 2 deletions
|
|
@ -445,7 +445,7 @@ export const Scene: React.FC = () => {
|
|||
<Nav.Item>
|
||||
<Nav.Link eventKey="scene-galleries-panel">
|
||||
<FormattedMessage
|
||||
id="countables.gallery"
|
||||
id="countables.galleries"
|
||||
values={{ count: scene.galleries.length }}
|
||||
/>
|
||||
</Nav.Link>
|
||||
|
|
@ -520,7 +520,7 @@ export const Scene: React.FC = () => {
|
|||
<SceneMoviePanel scene={scene} />
|
||||
</Tab.Pane>
|
||||
{scene.galleries.length === 1 && (
|
||||
<Tab.Pane eventKey="scene-gallery-panel">
|
||||
<Tab.Pane eventKey="scene-galleries-panel">
|
||||
<GalleryViewer galleryId={scene.galleries[0].id} />
|
||||
</Tab.Pane>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue