renaming of PersonItem into ParticipationItem

This commit is contained in:
2021-08-12 15:55:35 +02:00
parent 21fd69488f
commit c48586cd0e
2 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@
import OnTheFly from 'ChillMainAssets/vuejs/_components/OnTheFly.vue';
export default {
name: 'PersonItem',
name: 'ParticipationItem',
components: {
OnTheFly
},