|
|
|
@ -247,9 +247,9 @@ const Messagerouting= Loadable({
|
|
|
|
|
class App extends Component {
|
|
|
|
|
constructor(props) {
|
|
|
|
|
super(props)
|
|
|
|
|
this.state = {
|
|
|
|
|
mydisplay:false
|
|
|
|
|
}
|
|
|
|
|
// this.state = {
|
|
|
|
|
// mydisplay:false
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
HideAddcoursestypess=(i)=>{
|
|
|
|
@ -317,7 +317,7 @@ class App extends Component {
|
|
|
|
|
<Trialapplicationreview {...this.props} {...this.state}></Trialapplicationreview>
|
|
|
|
|
<Addcourses {...this.props} {...this.state} HideAddcoursestypess={(i)=>this.HideAddcoursestypess(i)}/>
|
|
|
|
|
<AccountProfile {...this.props} {...this.state} />
|
|
|
|
|
<Certifiedprofessional {...this.props} {...this.state} ModalCancelsy={this.ModalCancelsy}/>
|
|
|
|
|
{/*<Certifiedprofessional {...this.props} {...this.state} ModalCancelsy={this.ModalCancelsy}/>*/}
|
|
|
|
|
<Router>
|
|
|
|
|
<Switch>
|
|
|
|
|
|
|
|
|
|