[SI-77]: Sonarwork

Signed-off-by: Dennis Schmitt <dennis.schmitt@pta.de>
diff --git a/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-list/grid-failure-list.component.ts b/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-list/grid-failure-list.component.ts
index 910b1c7..7db1710 100644
--- a/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-list/grid-failure-list.component.ts
+++ b/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-list/grid-failure-list.component.ts
@@ -148,7 +148,8 @@
         case this._eventTypeEnum.Remove:
           this.sandbox.removeItemFromCondensationList(event.data);
           break;
-        case this._eventTypeEnum.Edit || this._eventTypeEnum.Readonly:
+        case this._eventTypeEnum.Edit:
+        case this._eventTypeEnum.Readonly:
           this._router.navigate(['/grid-failures', event.data.id]);
           break;
         case this._eventTypeEnum.InitialLoad: