Refactor imports

This commit is contained in:
Nicola Benaglia
2025-05-10 12:32:35 +02:00
parent 55c042c02b
commit 13f6651caa
20 changed files with 73 additions and 102 deletions

View File

@@ -23,7 +23,7 @@ export const ChatList = ({
hasSecretKey,
isPrivate,
}) => {
const parentRef = useRef();
const parentRef = useRef(null);
const [messages, setMessages] = useState(initialMessages);
const [showScrollButton, setShowScrollButton] = useState(false);
const [showScrollDownButton, setShowScrollDownButton] = useState(false);