Fix yarn lint

This commit is contained in:
Henry Heng
2023-04-18 00:03:45 +01:00
committed by GitHub
parent 5bd7c62cb3
commit f938ee7b4b
@@ -55,7 +55,6 @@ export const ChatMessage = ({ chatflowid }) => {
}
])
const messagesEndRef = useRef(null)
const inputRef = useRef(null)
const anchorRef = useRef(null)
const prevOpen = useRef(open)