From 96a7f8a2bff284dfc9a9ea239c8fd9d3d4490fd2 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Tue, 26 Jul 2022 16:57:53 +0200 Subject: [PATCH] Update frontend/src/components/Contributions/ContributionListItem.vue --- frontend/src/components/Contributions/ContributionListItem.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index 174335c97..90e98bc4c 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -14,8 +14,7 @@
{{ $t('contribution.date') }} - {{ $d(new Date(contributionDate), 'month') }} - {{ $d(new Date(contributionDate), 'year') }} + {{ $d(new Date(contributionDate), 'monthAndYear') }}
{{ memo }}