From af90108b3bd535c06e41d52b627db59362e98d4f Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Wed, 26 Mar 2025 11:00:43 +0100 Subject: [PATCH] refactor(home): remove unnecessary comment from code --- frontend/src/app/feature/home/home.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/feature/home/home.component.ts b/frontend/src/app/feature/home/home.component.ts index a55905d..211883c 100644 --- a/frontend/src/app/feature/home/home.component.ts +++ b/frontend/src/app/feature/home/home.component.ts @@ -23,7 +23,6 @@ export default class HomeComponent implements OnInit { ngOnInit() { this.isDepositSuccessful = this.route.snapshot.queryParams['success'] == 'true'; - // Clear all query parameters without merging this.router.navigate([], { queryParams: {} }); if (this.isDepositSuccessful) {