style: apply prettier formatting

This commit is contained in:
printcalc-ci
2026-03-04 09:59:05 +00:00
parent 0f2f2bc7a9
commit 412f3ae71b

View File

@@ -351,7 +351,11 @@ export class CalculatorPageComponent implements OnInit {
onConsult() {
if (!this.currentRequest) {
this.router.navigate(['/', this.languageService.selectedLang(), 'contact']);
this.router.navigate([
'/',
this.languageService.selectedLang(),
'contact',
]);
return;
}