mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Update frontend/src/components/Contributions/ContributionListItem.vue
This commit is contained in:
parent
89b72f90c5
commit
96a7f8a2bf
@ -14,8 +14,7 @@
|
||||
<div class="mr-2">
|
||||
<span>{{ $t('contribution.date') }}</span>
|
||||
<span>
|
||||
{{ $d(new Date(contributionDate), 'month') }}
|
||||
{{ $d(new Date(contributionDate), 'year') }}
|
||||
{{ $d(new Date(contributionDate), 'monthAndYear') }}
|
||||
</span>
|
||||
</div>
|
||||
<div class="mr-2">{{ memo }}</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user