commit | 5539e05e0f809f4a7720c2df87b556f49d172daf | [log] [tgz] |
---|---|---|
author | Peter Buschmann <peter.buschmann@pta.de> | Wed Jun 24 10:16:39 2020 +0200 |
committer | Peter Buschmann <peter.buschmann@pta.de> | Wed Jun 24 10:16:39 2020 +0200 |
tree | 9d861616b9c23ce6801ac7ef60c2d235166fca47 | |
parent | 930b01b0ccd4ffd9bb6980065f72382c5c5a8ccf [diff] |
[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>,