refactor(home): remove unnecessary comment from code
Some checks failed
Some checks failed
This commit is contained in:
parent
cf42e725cc
commit
af90108b3b
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue