From a244458928022ca821c85205ede43c610931c9a7 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() {