typing
This commit is contained in:
parent
1861cff022
commit
84d0c02e76
|
@ -5,7 +5,7 @@ import ChatBoxProps from "./ChatBoxProps.js";
|
|||
import ChatButton from "./ChatButton.js";
|
||||
|
||||
const ChatBox = (props) => {
|
||||
const { updateNeedForm, messages, updateMessages, token, deleteById } = props.props;
|
||||
const { updateNeedForm, messages, updateMessages, token, updateState } = props.props;
|
||||
const [visible, setVisible] = useState(false);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue