We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1bc68 commit 6bb6bafCopy full SHA for 6bb6baf
src/views/Workshops/Workshops.tsx
@@ -42,7 +42,7 @@ const Workshops: FC<React.PropsWithChildren<unknown>> = () => {
42
}, []);
43
44
//region workshops
45
- const workshopCategoryList = new Set([149213]);
+ const workshopCategoryList = new Set([326133]);
46
47
const workshops = data
48
?.flatMap((group) => group.sessions)
0 commit comments