Skip to content

Commit

Permalink
Fixed Deployment Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gene2345 committed Apr 24, 2024
1 parent d99987a commit 5016335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GroupEventsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import CreateEventForm from '@/components/CreateEventForm.vue';
</div>
</div>
<!-- need to include event -->
<div v-for="event in this.events" :key="this.events" class="group">
<div v-for="event in this.events" :key="events" class="group">
<GroupEventListComponent :event="event" :group="groupId"/>
</div>
</div>
Expand Down

0 comments on commit 5016335

Please sign in to comment.