diff --git a/app/coe/ShowHideCOECategories.tsx b/app/coe/ShowHideCOECategories.tsx index 49f467a..6f17603 100644 --- a/app/coe/ShowHideCOECategories.tsx +++ b/app/coe/ShowHideCOECategories.tsx @@ -11,14 +11,14 @@ export const ShowHideCOECategories = () => { const setCategories = useSetAtom(showCategoriesAtom); return ( -
+

Excluded Categories

-
+
{EXCLUDED_CATEGORIES.map((category) => { return ( - +
{ }} /> - +
); })}