This commit is contained in:
caishi 2021-04-27 18:44:40 +08:00 committed by caishi
parent a1b82d833b
commit c4bc8fc9c5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ function Index(props){
const username = props.match.params.username;
const pathname = props.history.location.pathname;
const user = props.user;
const undo_messages = props.undo_messages;
const [ menu , setMenu ] = useState("notify");
const [ messagesCount , setMessagesCount ] = useState(0);