From 412f3ae71b02cc2e207d4d10da23bdd20c84f004 Mon Sep 17 00:00:00 2001 From: printcalc-ci Date: Wed, 4 Mar 2026 09:59:05 +0000 Subject: [PATCH] style: apply prettier formatting --- .../app/features/calculator/calculator-page.component.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/features/calculator/calculator-page.component.ts b/frontend/src/app/features/calculator/calculator-page.component.ts index 3126476..c91308c 100644 --- a/frontend/src/app/features/calculator/calculator-page.component.ts +++ b/frontend/src/app/features/calculator/calculator-page.component.ts @@ -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; }