forked from Gitlink/forgeplus-react
condition
This commit is contained in:
parent
6b441fc919
commit
3a8d9698db
|
@ -294,9 +294,13 @@ class NewHeader extends Component {
|
|||
}
|
||||
|
||||
render() {
|
||||
const { match} = this.props;
|
||||
let current_user = this.props.user;
|
||||
let {
|
||||
const { match } = this.props;
|
||||
const current_user = this.props.user;
|
||||
let { Addcoursestypes,
|
||||
tojoinitemtype,
|
||||
tojoinclasstitle,
|
||||
code_notice,
|
||||
checked_notice,
|
||||
AccountProfiletype,
|
||||
user,
|
||||
isRender,
|
||||
|
|
Loading…
Reference in New Issue