diff --git a/src/components/room/MentionPopover.tsx b/src/components/room/MentionPopover.tsx index e958987..015cd95 100644 --- a/src/components/room/MentionPopover.tsx +++ b/src/components/room/MentionPopover.tsx @@ -99,7 +99,7 @@ export function MentionPopover({ { type: 'category', category: 'repository', label: 'Repository', value: '@repository:' }, { type: 'category', category: 'user', label: 'User', value: '@user:' }, { type: 'category', category: 'ai', label: 'AI', value: '@ai:' }, - // eslint-disable-next-line react-hooks/exhaustive-deps + // eslint-disable-next-line react-hooks/exhaustive-deps }, []); // intentionally static const suggestions = useMemo((): MentionSuggestion[] => {