diff --git a/web/containers/DropdownListSidebar/index.tsx b/web/containers/DropdownListSidebar/index.tsx index 84bc6623b..249c06588 100644 --- a/web/containers/DropdownListSidebar/index.tsx +++ b/web/containers/DropdownListSidebar/index.tsx @@ -59,9 +59,7 @@ export default function DropdownListSidebar() { } }) // eslint-disable-next-line react-hooks/exhaustive-deps - }, [activeThread, activeModel]) - - if (stateModel.loading) return null + }, [activeThread, activeModel, stateModel.loading]) return (