[SI-1537] fix merge bug

Signed-off-by: Peter Buschmann <peter.buschmann@pta.de>
diff --git a/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts b/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts
index ebecb34..a4faf94 100644
--- a/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts
+++ b/projects/grid-failure-information-app/src/app/pages/grid-failure/grid-failure-details/grid-failure-details.sandbox.ts
@@ -129,7 +129,6 @@
   private _selectedStation: models.FailureStation;
   private _stations: Array<models.FailureStation> = new Array<models.FailureStation>();
   private _assignedDistributionGroups: Array<models.DistributionGroup>;
-  private _stations: Array<models.FailureStation> = new Array<models.FailureStation>();
 
   constructor(
     protected appState$: Store<store.State>,