diff --git a/web/components/editor/mention-list.tsx b/web/components/editor/mention-list.tsx index f9e67daf..aeab4636 100644 --- a/web/components/editor/mention-list.tsx +++ b/web/components/editor/mention-list.tsx @@ -51,6 +51,7 @@ export const MentionList = forwardRef((props: SuggestionProps, ref) => { selectedIndex === i ? 'bg-indigo-500 text-white' : 'text-gray-900' )} onClick={() => submitUser(i)} + key={user.id} > {user.username}