diff --git a/src/app/pages/home/home.component.ts b/src/app/pages/home/home.component.ts index 59f3030..432761a 100644 --- a/src/app/pages/home/home.component.ts +++ b/src/app/pages/home/home.component.ts @@ -70,7 +70,6 @@ export class HomeComponent implements OnInit { this.isGasStationNav = true this.isGasStationBack = true } else { - this.isGasStationNav = false this.isGasStationBack = false } });