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() },