diff --git a/frontend/src/app/components/transaction/transaction.component.ts b/frontend/src/app/components/transaction/transaction.component.ts index 0433ff614..5256f93fe 100644 --- a/frontend/src/app/components/transaction/transaction.component.ts +++ b/frontend/src/app/components/transaction/transaction.component.ts @@ -93,9 +93,6 @@ export class TransactionComponent implements OnInit, OnDestroy { this.audioService.playSound('magic'); this.findBlockAndSetFeeRating(); }); - - this.titleService.setTitle(''); - this.meta.addTag({name: 'description', content: 'Angular project training on rsgitech.com'}); } setMempoolBlocksSubscription() {