This commit is contained in:
ahmed531998 2023-04-18 14:06:46 +02:00
parent 36a3051019
commit ecc02eb53e
1 changed files with 1 additions and 1 deletions

View File

@ -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()