diff --git a/src/renderer/components/Transaction/TransactionTable/TransactionTableMultiSignature.vue b/src/renderer/components/Transaction/TransactionTable/TransactionTableMultiSignature.vue index 0092cc3a02..5c6cc34faf 100644 --- a/src/renderer/components/Transaction/TransactionTable/TransactionTableMultiSignature.vue +++ b/src/renderer/components/Transaction/TransactionTable/TransactionTableMultiSignature.vue @@ -51,6 +51,7 @@ :address="data.row.recipient || data.row.recipientId" :address-length="8" :type="data.row.type" + :group="data.row.typeGroup" :asset="data.row.asset" tooltip-container=".TransactionMultiSignatureTable" />