mirror of
https://github.com/mempool/mempool.git
synced 2025-03-12 19:04:07 +01:00
Merge pull request #5399 from mempool/natsoni/fix-mobile-tx-routing
Remove query param redirect on tx page
This commit is contained in:
commit
bd96cbd701
1 changed files with 1 additions and 0 deletions
|
@ -523,6 +523,7 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
|
|||
queryParamsHandling: 'merge',
|
||||
preserveFragment: true,
|
||||
queryParams: { mode: 'details' },
|
||||
replaceUrl: true,
|
||||
});
|
||||
}
|
||||
this.seoService.setTitle(
|
||||
|
|
Loading…
Add table
Reference in a new issue