diff --git a/src/pages/Community/Community.tsx b/src/pages/Community/Community.tsx index b5ad697..ddc56d8 100644 --- a/src/pages/Community/Community.tsx +++ b/src/pages/Community/Community.tsx @@ -484,7 +484,7 @@ export default function Community() { {/* Tags Inline */}
- {(q.tags || []).map((tag) => ( + {(q.tags || []).map((tag: string) => ( { e.stopPropagation(); setSearchQuery(tag); }}