working_frontend

This commit is contained in:
ahmed531998 2023-04-10 00:26:06 +02:00
parent 0461b01fae
commit af16eec6f1
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ const ChatBoxProps = (props) => {
setFirst((first) => false);
}
if(!clicked and !busy){
if(!clicked && !busy){
tick.current = setInterval(() => {
setTimer((timer) => timer + 1);
}, 1000);