Skip to content

Commit f1d0336

Browse files
committed
Use correct events value
1 parent 6f1e36b commit f1d0336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Eventyay/EventyayEvents.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const categorizedEvents = computed(() => {
4141
if (selectedRole === 'Exhibitor') {
4242
console.log('checking for exhibitor == events == ')
4343
console.log(events)
44-
filteredEvents = events.filter((event) => event.plugins && event.plugins.includes('exhibitors'))
44+
filteredEvents = events.value.filter((event) => event.plugins && event.plugins.includes('exhibitors'))
4545
}
4646
4747
// For CheckIn or Badge Station, only show upcoming events

0 commit comments

Comments
 (0)