diff --git a/ui/src/app/pages/marketplace-routes/marketplace.service.ts b/ui/src/app/pages/marketplace-routes/marketplace.service.ts index d1b6a1803..b76ea3739 100644 --- a/ui/src/app/pages/marketplace-routes/marketplace.service.ts +++ b/ui/src/app/pages/marketplace-routes/marketplace.service.ts @@ -23,7 +23,7 @@ export class MarketplaceService { ) { } get eosUpdateAvailable () { - return this.eos.version !== this.patch.data['server-info'].version + return this.emver.compare(this.eos.version, this.patch.data['server-info'].version) === 1 } async load (): Promise {