From 99d94a37f0be65050eee969b37bf3f7dc64b50d5 Mon Sep 17 00:00:00 2001 From: softsimon Date: Tue, 24 Mar 2020 01:00:39 +0700 Subject: [PATCH] Removing bad code --- .../src/app/components/transaction/transaction.component.ts | 3 --- 1 file changed, 3 deletions(-) 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() {