Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / automated-upgrade / automated-upgrade-models / ui-component-to-upgrade.ts
index 97fb71e..17e5ea7 100644 (file)
@@ -21,7 +21,7 @@ export class ServiceContainerToUpgradeUiObject extends UiBaseObject {
         this.icon = componentToUpgrade.icon;
         this.version = componentToUpgrade.version;
         this.isAlreadyUpgrade = true;
-        this.isLock = componentToUpgrade.state === ComponentState.CERTIFICATION_IN_PROGRESS || componentToUpgrade.state === ComponentState.NOT_CERTIFIED_CHECKOUT;
+        this.isLock = componentToUpgrade.state === ComponentState.NOT_CERTIFIED_CHECKOUT;
         this.vspInstances = [];
     }