|
|
|
@ -340,7 +340,11 @@ class CompetitionContentspdfpeopledata extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
render() {
|
|
|
|
|
const {updating, seconds, secondsFlag, basicInfo, phonebool, emailbool, certification, formationdata, bank_account_editable, leader, bank_account} = this.state
|
|
|
|
|
const admins=this.props.user.admin;
|
|
|
|
|
if(admins===undefined||admins===null) {
|
|
|
|
|
admins === false;
|
|
|
|
|
}
|
|
|
|
|
const {updating, seconds, secondsFlag, basicInfo, phonebool, emailbool, certification, formationdata, bank_account_editable, leader, bank_account} = this.state
|
|
|
|
|
return (
|
|
|
|
|
<div className="flexdidirectionss mt17">
|
|
|
|
|
{this.state.certification === 1 ?
|
|
|
|
@ -528,7 +532,19 @@ class CompetitionContentspdfpeopledata extends Component {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
: ""
|
|
|
|
|
:
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
admins===true?
|
|
|
|
|
<Bankcardnumberverifications {...this.props} {...this.state} basicInfo={this.state.basicInfo}
|
|
|
|
|
hideUpdating={(i) => this.hideUpdating(i)}
|
|
|
|
|
getdata={() => this.getdata()}
|
|
|
|
|
GetawardinformationAPI={() => this.GetawardinformationAPI()}
|
|
|
|
|
bank_account={this.state.bank_account}
|
|
|
|
|
></Bankcardnumberverifications>
|
|
|
|
|
:""
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|