From fe2d1caa108d951456e42a46496cd43c0cf5835b Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 25 Mar 2022 21:48:47 +0100 Subject: [PATCH] add icon if transactionLinkId on transaction --- frontend/src/components/TransactionRows/TypeIcon.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/frontend/src/components/TransactionRows/TypeIcon.vue b/frontend/src/components/TransactionRows/TypeIcon.vue index ff8aa8647..24cede717 100644 --- a/frontend/src/components/TransactionRows/TypeIcon.vue +++ b/frontend/src/components/TransactionRows/TypeIcon.vue @@ -2,6 +2,13 @@
+
@@ -17,6 +24,11 @@ export default { type: String, required: true, }, + transactionLinkId: { + type: Number, + required: false, + default: null, + }, }, }