style: format constructor style in components

This commit is contained in:
Jan K9f 2025-04-02 09:03:36 +02:00
commit 35d53bce30
Signed by: jank
GPG key ID: 22BEAC760B3333D6
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ export default class HomeComponent implements OnInit {
constructor(
public route: ActivatedRoute,
public router: Router
) { }
) {}
ngOnInit() {
this.isDepositSuccessful = this.route.snapshot.queryParams['success'] == 'true';