From 40fb1792f4c27aca59c0fade8e843c4172ae33f0 Mon Sep 17 00:00:00 2001 From: softsimon Date: Thu, 30 Dec 2021 16:55:42 +0400 Subject: [PATCH] Fixing misplaces Unknown text after the Coinbase --- .../transactions-list.component.html | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/frontend/src/app/components/transactions-list/transactions-list.component.html b/frontend/src/app/components/transactions-list/transactions-list.component.html index 7699e2e04..c017b41be 100644 --- a/frontend/src/app/components/transactions-list/transactions-list.component.html +++ b/frontend/src/app/components/transactions-list/transactions-list.component.html @@ -55,17 +55,19 @@ P2PK - - {{ vin.issuance ? 'Issuance' : 'UNKNOWN' }} - - - {{ vin.prevout.scriptpubkey_address | shortenString : 16 }} - {{ vin.prevout.scriptpubkey_address | shortenString : 35 }} - -
- -
+ + {{ vin.issuance ? 'Issuance' : 'UNKNOWN' }} + + + + {{ vin.prevout.scriptpubkey_address | shortenString : 16 }} + {{ vin.prevout.scriptpubkey_address | shortenString : 35 }} + +
+ +
+