diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 79128f8ea..bf673e261 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -63,20 +63,18 @@
Fee | -{{ tx.fee | number }} sat ( |
-
Fee per vByte | -
- {{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} sat/vB
-
- |
-
Fee | +{{ tx.fee | number }} sat ( |
+
Fee per vByte | +
+ {{ tx.fee / (tx.weight / 4) | number : '1.1-1' }} sat/vB
+
+ |
+