fix
This commit is contained in:
parent
36a3051019
commit
ecc02eb53e
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue