Advertisement
Guest User

Untitled

a guest
Apr 19th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. renderButton(){
  2.     if(this.props.coords)
  3.     {
  4.       return(
  5.         <form onSubmit={this.getCurrentTempByGeo.bind(this)}>
  6.         <button>Get Weather by Geolocation</button>
  7.       </form>
  8.     );
  9.   } else {
  10.     return (
  11.       <span>hwdp</span>
  12.     )
  13.   }
  14.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement