Guest User

Untitled

a guest
May 20th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. render() {
  2.  
  3. return(
  4. {this.state.showForm &&
  5. <AddContactForm
  6. addContact={this.addContact}>
  7. </AddContactForm>}
  8. )
Add Comment
Please, Sign In to add comment