Chatlist standard (#339)

* auyto removed

* changed to standard being open

---------

Co-authored-by: Ruben170 <35116541+Ruben170@users.noreply.github.com>
This commit is contained in:
Ruben1701 2023-06-15 17:59:17 +02:00 committed by GitHub
parent 82c74186a8
commit 377afe61ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ import { NewChatButton } from "./NewChatButton";
export const ChatsList = (): JSX.Element => {
const { allChats, deleteChat } = useChatsContext();
const [open, setOpen] = useState(false);
const [open, setOpen] = useState(true);
return (
<MotionConfig transition={{ mass: 1, damping: 10 }}>