style: apply prettier formatting
This commit is contained in:
@@ -351,7 +351,11 @@ export class CalculatorPageComponent implements OnInit {
|
|||||||
|
|
||||||
onConsult() {
|
onConsult() {
|
||||||
if (!this.currentRequest) {
|
if (!this.currentRequest) {
|
||||||
this.router.navigate(['/', this.languageService.selectedLang(), 'contact']);
|
this.router.navigate([
|
||||||
|
'/',
|
||||||
|
this.languageService.selectedLang(),
|
||||||
|
'contact',
|
||||||
|
]);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user