You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you click on event cards on a club's page, it should take you to the page for that event. It currently does not.
I think this is blocked: the event card component references the type BasicEvent, which doesn't have an id that we can use to redirect to an actual event page (unlike the other type, Event). Is there a way for us to use Event rather than BasicEvent?
The text was updated successfully, but these errors were encountered:
When you click on event cards on a club's page, it should take you to the page for that event. It currently does not.
I think this is blocked: the event card component references the type BasicEvent, which doesn't have an id that we can use to redirect to an actual event page (unlike the other type, Event). Is there a way for us to use Event rather than BasicEvent?
The text was updated successfully, but these errors were encountered: