Skip to content

Commit

Permalink
fixed prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NamrataSweya committed Jun 26, 2024
1 parent 2898bb0 commit da5d709
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/view/myreservation/myreservation.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class MyreservationComponent implements OnInit {

ngOnInit() {
this.FilterForm = this.formBuilder.group({
name:[],
name: [],
countryCode: [],
countryname: [],
fuelCode: [],
Expand Down Expand Up @@ -249,7 +249,6 @@ export class MyreservationComponent implements OnInit {
const reservationname = formValues.countryname;
if (reservationname === undefined || reservationname === '') {
this.FilterForm.controls['name'].setValue(null);

}
const countryValue = formValues.countryname;
if (countryValue === undefined || countryValue === '') {
Expand Down

0 comments on commit da5d709

Please sign in to comment.