diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html
index b48423fad..19645b6b3 100644
--- a/frontend/src/app/components/transaction/transaction.component.html
+++ b/frontend/src/app/components/transaction/transaction.component.html
@@ -173,7 +173,7 @@
ScriptSig (ASM) | -+ | |
ScriptSig (HEX) | -{{ vin.scriptsig }} | +{{ vin.scriptsig }} |
Witness | -{{ vin.witness.join(' ') }} | +{{ vin.witness.join(' ') }} |
P2SH redeem script | -+ | |
P2WSH witness script | -+ | |
nSequence | -{{ formatHex(vin.sequence) }} | +{{ formatHex(vin.sequence) }} |
Previous output script | -{{ vin.prevout.scriptpubkey_type ? ('(' + vin.prevout.scriptpubkey_type + ')') : '' }}" | +{{ vin.prevout.scriptpubkey_type ? ('(' + vin.prevout.scriptpubkey_type + ')') : '' }}" |