|
|
|
@ -531,7 +531,7 @@ class CompetitionContentspdfpeopledata extends Component {
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
bank_account_editable === true ?
|
|
|
|
|
<Bankcardnumberverifications {...this.props} {...this.state} basicInfo={this.state.basicInfo}
|
|
|
|
|
<Bankcardnumberverifications {...this.props} {...this.state} basicInfo={userdata}
|
|
|
|
|
hideUpdating={(i) => this.hideUpdating(i)}
|
|
|
|
|
getdata={() => this.getdata()}
|
|
|
|
|
GetawardinformationAPI={() => this.GetawardinformationAPI()}
|
|
|
|
@ -572,7 +572,7 @@ class CompetitionContentspdfpeopledata extends Component {
|
|
|
|
|
<div>
|
|
|
|
|
{
|
|
|
|
|
admins===true?
|
|
|
|
|
<Bankcardnumberverifications {...this.props} {...this.state} basicInfo={this.state.basicInfo}
|
|
|
|
|
<Bankcardnumberverifications {...this.props} {...this.state} basicInfo={userdata}
|
|
|
|
|
hideUpdating={(i) => this.hideUpdating(i)}
|
|
|
|
|
getdata={() => this.getdata()}
|
|
|
|
|
GetawardinformationAPI={() => this.GetawardinformationAPI()}
|
|
|
|
|