Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Jul 2, 2024
1 parent 3a9df28 commit 638f3b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class MonitoringMapComponent implements OnInit {
onEachFeatureGroupSite() {
return (feature, layer) => {
const popup = this._popup.setSiteGroupPopup(this.obj.moduleCode, feature, {});

layer.bindPopup(popup);
};
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class MonitoringSitesDetailComponent extends MonitoringGeomComponent impl
map((params) => {
this.checkEditParam = params['edit'];
this.parentsPath =
this._Activatedroute.snapshot.queryParamMap.getAll('parents_path') || [];
this._Activatedroute.snapshot.queryParamMap.getAll('parents_path') || [];
this.obj = new MonitoringObject(
'generic',
'site',
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/services/monitoring-object.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export class MonitoringObjectService {
}
);
}

navigateGeneric(routeType, moduleCode, objectType, id, action, queryParams = {}) {
let editParams = '';
if ('edit' in queryParams && queryParams.edit == true) {
Expand Down

0 comments on commit 638f3b6

Please sign in to comment.