Allow to redo the update if the app task failed
This commit is contained in:
@@ -159,7 +159,7 @@ function isViewEnabled(view, errorState) {
|
||||
return errorState === ISTATES.PENDING_SERVICES_CHANGE;
|
||||
} else if (view === 'email') {
|
||||
return errorState === ISTATES.PENDING_SERVICES_CHANGE;
|
||||
} else if (view === 'update') {
|
||||
} else if (view === 'updates') {
|
||||
return errorState === ISTATES.PENDING_UPDATE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user