|
|
|
@ -105,7 +105,9 @@ class BanksMenu extends Component{
|
|
|
|
|
let user_id=this.props.current_user&&this.props.current_user.user_id;
|
|
|
|
|
let user_type=this.props.current_user&&this.props.current_user.user_identity;
|
|
|
|
|
let targetuserid=this.props.data&&this.props.data.id;
|
|
|
|
|
|
|
|
|
|
console.log("_____________________________");
|
|
|
|
|
console.log(this.props);
|
|
|
|
|
console.log("++++++++++++++++=");
|
|
|
|
|
return(
|
|
|
|
|
<div className="clearfix bor-bottom-greyE edu-back-white" style={{padding:"2px 30px"}}>
|
|
|
|
|
{this.state.Modalstype&&this.state.Modalstype===true?<Modals
|
|
|
|
|