diff --git a/packages/frontend/src/components/chat/ChatListItem.tsx b/packages/frontend/src/components/chat/ChatListItem.tsx index 23f37fb7f9..c5fe2a4279 100644 --- a/packages/frontend/src/components/chat/ChatListItem.tsx +++ b/packages/frontend/src/components/chat/ChatListItem.tsx @@ -174,17 +174,14 @@ function ChatListItemArchiveLink({ }, ]) - const ref = useRef(null) - const { tabIndex, onKeydown: tabindexOnKeydown, setAsActiveElement: tabindexSetAsActiveElement, - } = useRovingTabindex(ref) + } = useRovingTabindex() return (