Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. render() {
  2. return (
  3. <div className="container">
  4. {this.props.description !== undefined && this.props.description !== '' &&
  5. <div className="description">
  6. {this.props.description}
  7. </div>
  8. }
  9. </div>
  10. );
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement