mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): stop showing version announcement on first run of a new web instance (#609)
This commit is contained in:
parent
209e6332b3
commit
a337402124
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export const checkAppVersion = async (): Promise<CheckAppVersionReponse> => {
|
||||||
|
|
||||||
if (!appVersion) {
|
if (!appVersion) {
|
||||||
return {
|
return {
|
||||||
shouldShowAnnouncement: true,
|
shouldShowAnnouncement: false,
|
||||||
remoteVersion: latestRelease.tag_name,
|
remoteVersion: latestRelease.tag_name,
|
||||||
localVersion: 'empty'
|
localVersion: 'empty'
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue