forked from Gitlink/forgeplus-react
merge 93a53e2c7f
This commit is contained in:
parent
a1b82d833b
commit
c4bc8fc9c5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue