mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[CST-7755] lint fix
This commit is contained in:
@@ -83,7 +83,7 @@ export class SupervisionGroupSelectorComponent {
|
||||
} else {
|
||||
this.notificationsService.error(
|
||||
this.translateService.get('supervision-group-selector.notification.create.failure.title'),
|
||||
rd.statusCode == 422 ? this.translateService.get('supervision-group-selector.notification.create.already-existing') : rd.errorMessage);
|
||||
rd.statusCode === 422 ? this.translateService.get('supervision-group-selector.notification.create.already-existing') : rd.errorMessage);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user