Update frontend/src/components/Contributions/ContributionListItem.vue

This commit is contained in:
Moriz Wahl 2022-07-26 16:57:53 +02:00 committed by GitHub
parent 89b72f90c5
commit 96a7f8a2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,8 +14,7 @@
<div class="mr-2"> <div class="mr-2">
<span>{{ $t('contribution.date') }}</span> <span>{{ $t('contribution.date') }}</span>
<span> <span>
{{ $d(new Date(contributionDate), 'month') }} {{ $d(new Date(contributionDate), 'monthAndYear') }}
{{ $d(new Date(contributionDate), 'year') }}
</span> </span>
</div> </div>
<div class="mr-2">{{ memo }}</div> <div class="mr-2">{{ memo }}</div>