mirror of
https://github.com/immich-app/immich.git
synced 2025-05-31 12:15:47 -04:00
parent
feba590de7
commit
4cad23aaa3
@ -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…
x
Reference in New Issue
Block a user