event 2601

This commit is contained in:
2024-11-25 23:09:45 +01:00
parent 3aa4688471
commit 176861ccca
3 changed files with 3 additions and 3 deletions
@@ -36,7 +36,7 @@ export default defineComponent({
const retrieveEvent = async (eventId: string) => {
try {
const res = await eventService().find(eventId);
isCurrentEvent.value = eventId == '1751';
isCurrentEvent.value = eventId == '2601';
event.value = res;
// sortedAndIndexedRegistrations.value = res.registrations;
sortedAndIndexedRegistrations.value = res.registrations.sort(