diff --git a/frontend/src/pages/Community.vue b/frontend/src/pages/Community.vue index 7e53106d5..8906f40e7 100644 --- a/frontend/src/pages/Community.vue +++ b/frontend/src/pages/Community.vue @@ -10,17 +10,7 @@ :updateAmount="updateAmount" /> - - +

{{ $t('community.myContributions') }}

@@ -118,7 +108,6 @@ export default { amount: '', }, updateAmount: '', - pleaseReply: false, } }, methods: { @@ -241,10 +230,8 @@ export default { this.items = listContributions.contributionList if (this.items.find((item) => item.state === 'IN_PROGRESS')) { this.tabIndex = 1 - this.pleaseReply = true } else { this.tabIndex = 0 - this.pleaseReply = false } }) .catch((err) => {