From f6c64af047883abbb8813748bd52a9431d028ff1 Mon Sep 17 00:00:00 2001 From: ogerly Date: Fri, 22 Apr 2022 11:59:06 +0200 Subject: [PATCH] resolve conflict unused computed link() --- frontend/src/components/TransactionLinks/TransactionLink.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/components/TransactionLinks/TransactionLink.vue b/frontend/src/components/TransactionLinks/TransactionLink.vue index d52e19fb2..58fac9063 100644 --- a/frontend/src/components/TransactionLinks/TransactionLink.vue +++ b/frontend/src/components/TransactionLinks/TransactionLink.vue @@ -109,9 +109,6 @@ export default { decay() { return `${this.amount - this.holdAvailableAmount}` }, - link() { - return `${window.location.origin}/redeem/${this.code}` - }, validLink() { return new Date(this.validUntil) > new Date() },