ui: remove redundant conditional

This commit is contained in:
adamgoth
2021-02-21 20:07:05 -07:00
committed by Aiden McClelland
parent 3c74f3d46e
commit 7ff538a526

View File

@@ -54,7 +54,7 @@
</ion-button>
<div *ngIf="vars.versionInstalled && vars.status !== 'INSTALLING' ">
<ion-button *ngIf="vars.versionInstalled" class="main-action-button" expand="block" fill="outline" [routerLink]="['/services', 'installed', vars.id]">
<ion-button class="main-action-button" expand="block" fill="outline" [routerLink]="['/services', 'installed', vars.id]">
Go to Service
</ion-button>
<ion-button *ngIf="installedStatus === 'installed-below'" class="main-action-button" expand="block" fill="outline" color="success" (click)="update('update')">