add props transactionLinkId in TransactionReceive

This commit is contained in:
ogerly 2022-03-26 09:36:35 +01:00
parent eecab9248d
commit f9cc754ca0

View File

@ -8,16 +8,17 @@
<b-row>
<!-- ICON -->
<b-col cols="1">
<type-icon
color="gradido-global-color-accent"
icon="arrow-right-circle"
:transactionLinkId="transactionLinkId"
/>
<type-icon color="gradido-global-color-accent" icon="arrow-right-circle" />
</b-col>
<b-col cols="11">
<!-- Amount / Name || Text -->
<amount-and-name-row :amount="amount" :linkedUser="linkedUser" v-on="$listeners" />
<amount-and-name-row
:amount="amount"
:linkedUser="linkedUser"
v-on="$listeners"
:transactionLinkId="transactionLinkId"
/>
<!-- Nachricht Memo -->
<memo-row :memo="memo" />