Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {personas.map(persona =>
  2.             if ({this.props.persona.email_person} == this.props.email) {
  3.                 this.setState({acceso:true})
  4.                 console.log({acceso});
  5.             }
  6.         )}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement