add props transactionLinkId in TransactionSend

This commit is contained in:
ogerly 2022-03-26 09:36:48 +01:00
parent f9cc754ca0
commit 871a8ed14d

View File

@ -8,16 +8,17 @@
<b-row>
<!-- ICON -->
<b-col cols="1">
<type-icon
color="text-danger"
icon="arrow-left-circle"
:transactionLinkId="transactionLinkId"
/>
<type-icon color="text-danger" icon="arrow-left-circle" />
</b-col>
<b-col cols="11">
<!-- Amount / Name -->
<amount-and-name-row :amount="amount" :linkedUser="linkedUser" v-on="$listeners" />
<amount-and-name-row
:amount="amount"
:linkedUser="linkedUser"
v-on="$listeners"
:transactionLinkId="transactionLinkId"
/>
<!-- Memo -->
<memo-row :memo="memo" />