From ecc02eb53e79cefc084e596e213e9894a6369b26 Mon Sep 17 00:00:00 2001 From: ahmed531998 Date: Tue, 18 Apr 2023 14:06:46 +0200 Subject: [PATCH] fix --- src/ChatBoxProps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ChatBoxProps.js b/src/ChatBoxProps.js index 429175e..248635f 100644 --- a/src/ChatBoxProps.js +++ b/src/ChatBoxProps.js @@ -8,7 +8,7 @@ const ChatBoxProps = (props) => { const backendUrl = '/api'; const [clicked, setClicked] = useState(false); const [timer, setTimer] = useState(0); - const [first, setFirst] = useState(false); + const [first, setFirst] = useState(true); const [busy, setBusy] = useState(false); const tick = useRef()