|
|
@ -249,7 +249,7 @@ class DetailTop extends Component{
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(this.props.checkIfProfileCompleted()===false){
|
|
|
|
if(this.props.checkIfProfessionalCertification()===false){
|
|
|
|
this.props.showProfileCompleteDialog()
|
|
|
|
this.props.showProfileCompleteDialog()
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -268,7 +268,7 @@ class DetailTop extends Component{
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if(this.props.checkIfProfileCompleted()===false){
|
|
|
|
if(this.props.checkIfProfessionalCertification()===false){
|
|
|
|
this.props.showProfileCompleteDialog()
|
|
|
|
this.props.showProfileCompleteDialog()
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|