Outdated banner fix
This commit is contained in:
parent
851b08bd1e
commit
44123798b9
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@
|
|||
<section
|
||||
v-if="
|
||||
$store.state.client.clientVersion !==
|
||||
$store.state.client.latestClientVersion && showOutdatedBanner
|
||||
$store.state.client.latestClientVersion && showOutdatedBanner && $store.state.client.latestClientVersion
|
||||
"
|
||||
class="hero is-warning"
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue