add cards to event content cycle

This commit is contained in:
Phillip Thelen
2024-02-21 15:31:45 +01:00
committed by Sabe Jones
parent 249394b4ad
commit 6e96085f99
5 changed files with 42 additions and 5 deletions

View File

@@ -58,7 +58,5 @@ export function getCurrentEventList () {
});
currentEventList.push(getCurrentGalaEvent());
console.log(currentEventList);
return currentEventList;
}