diff --git a/apps/web/app/blog/page.tsx b/apps/web/app/blog/page.tsx index 657ce76..ee40e80 100644 --- a/apps/web/app/blog/page.tsx +++ b/apps/web/app/blog/page.tsx @@ -25,7 +25,7 @@ const Blog = async () => { className="flex gap-4 transition-all hover:scale-[1.02]" > tag !== undefined); + const filteredTags = tags.filter((tag) => tag.id === undefined); if (isLoading || tagsQuery.isLoading || isRefetching) { return (