Right now, in the live app, if you click on 5/13 event, it loads for a bit, then goes totally blank. This doesn't happen when loading the future dates like 5/20 and 5/27. It's just 5/13 right now. Based on below, my guess is that "name" property is not present for the special group and it's not handled so causing this crash.
Right now, in the live app, if you click on 5/13 event, it loads for a bit, then goes totally blank. This doesn't happen when loading the future dates like 5/20 and 5/27. It's just 5/13 right now. Based on below, my guess is that "name" property is not present for the special group and it's not handled so causing this crash.
5/13 link: https://portal.grassrootsgrocery.org/events/recRlRrmGsT8yZrcv
What I see in debugger: Looks like this part of code: https://github.com/grassrootsgrocery/admin-portal/blob/b0cb4e91d50ed3b6a533a46a2f14328c5be5cf9b/client/src/pages/ViewEvent/ViewSpecialGroups.tsx#L22-L27