From a87c5f70eed99e72a4a6f1057f703e27e75477a3 Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 20 Jul 2022 12:01:45 +0200 Subject: [PATCH] add contributionDate for contribution list --- .../components/Contributions/ContributionForm.vue | 12 ++++-------- .../Contributions/ContributionListItem.vue | 7 +++++-- frontend/src/graphql/queries.js | 3 +++ frontend/src/pages/Community.vue | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionForm.vue b/frontend/src/components/Contributions/ContributionForm.vue index 0b4cb3611..12714268e 100644 --- a/frontend/src/components/Contributions/ContributionForm.vue +++ b/frontend/src/components/Contributions/ContributionForm.vue @@ -74,15 +74,11 @@ - {{ id === null ? $t('contribution.submit') : $t('form.edit') }} + {{ value.id ? $t('form.edit') : $t('contribution.submit') }} - {{ typeof this.$store.state.creation[2] }}, {{ typeof this.form.amount }}, - {{ typeof maxGddThisMonth }}({{ maxGddThisMonth }}) -
- {{ isThisMonth }}