proper links and fix user detection
This commit is contained in:
parent
fcf62a13ed
commit
f63ee29fac
4 changed files with 16 additions and 12 deletions
|
|
@ -31,7 +31,7 @@ const UpdateNotification = {
|
|||
},
|
||||
shouldShow () {
|
||||
return !this.$store.state.instance.disableUpdateNotification &&
|
||||
this.$store.state.currentUser &&
|
||||
this.$store.state.users.currentUser &&
|
||||
this.$store.state.serverSideStorage.flagStorage.updateCounter < CURRENT_UPDATE_COUNTER &&
|
||||
!this.$store.state.serverSideStorage.flagStorage.dontShowUpdateNotifs
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue