mirror of
https://github.com/immich-app/immich.git
synced 2025-04-14 12:06:25 +02:00
parent
feba590de7
commit
4cad23aaa3
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export default function VersionSwitcher(): JSX.Element {
|
||||||
mobile={windowSize === 'mobile'}
|
mobile={windowSize === 'mobile'}
|
||||||
items={versions.map(({ label, url }) => ({
|
items={versions.map(({ label, url }) => ({
|
||||||
label,
|
label,
|
||||||
to: url + location.pathname,
|
to: url + location.pathname + location.hash,
|
||||||
target: '_self',
|
target: '_self',
|
||||||
}))}
|
}))}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue