This commit is contained in:
ahmed531998 2023-04-19 16:10:56 +02:00
parent 1861cff022
commit 84d0c02e76
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import ChatBoxProps from "./ChatBoxProps.js";
import ChatButton from "./ChatButton.js"; import ChatButton from "./ChatButton.js";
const ChatBox = (props) => { const ChatBox = (props) => {
const { updateNeedForm, messages, updateMessages, token, deleteById } = props.props; const { updateNeedForm, messages, updateMessages, token, updateState } = props.props;
const [visible, setVisible] = useState(false); const [visible, setVisible] = useState(false);
return ( return (