Ignore:
Timestamp:
12/28/21 08:56:55 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
b738035
Parents:
84d0fbb
Message:

pre final presentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/src/app/location/location.component.ts

    r84d0fbb rbdd6491  
    9393
    9494    this.ref.onClose.subscribe((planner: Planner) => {
     95      if(planner){
    9596      this.plannerLocationDto.locationId = location.id;
    9697      this.plannerLocationDto.plannerId = planner.id;
     
    124125        }
    125126      );
     127      }
    126128    });
     129 
    127130  }
    128131
Note: See TracChangeset for help on using the changeset viewer.