Guest User

Untitled

a guest
Apr 22nd, 2018
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. componentDidMount () {
  2. if (this.props.location.pathname === 'profile/:id/') {
  3. console.log('is profile')
  4. } else {
  5. console.log('is not profile')
  6. }
  7. }
Add Comment
Please, Sign In to add comment