diff --git a/client/src/components/Conversations/Conversations.tsx b/client/src/components/Conversations/Conversations.tsx index 604c702a33..ce461ef134 100644 --- a/client/src/components/Conversations/Conversations.tsx +++ b/client/src/components/Conversations/Conversations.tsx @@ -1,6 +1,6 @@ import { useMemo, memo, type FC, useCallback, useEffect, useRef } from 'react'; import throttle from 'lodash/throttle'; -import { ChevronRight } from 'lucide-react'; +import { ChevronDown } from 'lucide-react'; import { useRecoilValue } from 'recoil'; import { Spinner, useMediaQuery } from '@librechat/client'; import { List, AutoSizer, CellMeasurer, CellMeasurerCache } from 'react-virtualized'; @@ -216,10 +216,10 @@ const Conversations: FC = ({ type="button" > {localize('com_ui_chats')} -