resolve conflict unused computed link()

This commit is contained in:
ogerly 2022-04-22 11:59:06 +02:00
parent 8748abf4f0
commit f6c64af047

View File

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