From 2a4c61fca0deabfc66ddd977fbad22654e9f1a3a Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 31 Aug 2022 10:19:27 +0200 Subject: [PATCH] delete icon on tab --- frontend/src/pages/Community.vue | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) 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) => {