diff --git a/apps/web/app/(dash)/home/filterSpaces.tsx b/apps/web/app/(dash)/home/filterSpaces.tsx index 2b951185..9896141c 100644 --- a/apps/web/app/(dash)/home/filterSpaces.tsx +++ b/apps/web/app/(dash)/home/filterSpaces.tsx @@ -66,7 +66,7 @@ export function FilterSpaces({ value={input} /> - + {initialSpaces.filter( (space) => !selectedSpaces.some((v) => v.id === space.id),