remove unused computed property

This commit is contained in:
Moriz Wahl 2022-10-13 15:59:19 +02:00
parent 81651e4c7e
commit 0b079397f9

View File

@ -189,9 +189,6 @@ export default {
},
},
computed: {
updateData() {
return this.contributionLinkData
},
disabled() {
return true
},