dev #15

Merged
JoeKung merged 10 commits from dev into main 2026-03-04 11:02:43 +01:00
Showing only changes of commit 412f3ae71b - Show all commits

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;
}