dev_forum
ysl 6 years ago
parent e188a608f7
commit 710ef90cd1

@ -71,6 +71,7 @@ class Trialapplication extends Component {
this.setState({
isRenders: true
})
this.props.setTrialapplication();
}
return response;
}, (error) => {
@ -86,9 +87,6 @@ class Trialapplication extends Component {
this.setState({
user_phone_binded: this.state.props.user_phone_binded,
})
if(this.state.props.user_phone_binded === true){
this.props.setTrialapplication();
}
}
} catch (e) {

Loading…
Cancel
Save