Guest User

Untitled

a guest
Jan 12th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. goToPhoto(pageName) {
  2. const {history} = this.props;
  3. history.push(`/photo/${pageName}`);
  4. }
  5.  
  6. <a onClick={() => this.props.goToPhoto(photo.pageName)}>`${photo.title}`}</a>
Add Comment
Please, Sign In to add comment