Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
fix: multisig transaction type/group (#1791)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnsley committed Mar 9, 2020
1 parent c5ca8eb commit 47f0792
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
Expand Down

0 comments on commit 47f0792

Please sign in to comment.