Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. findIndicatorOnTheMap = indicator => {
  2. const { redirectToMain } = this.props;
  3. console.log(indicator);
  4. redirectToMain();
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement