Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. render() {
  2. return (
  3. <div>
  4. {this.test === this.someValue ? <div> some view </div> : <div> /div>}
  5. ...... // other components
  6. </div>
  7. )
  8. }
Add Comment
Please, Sign In to add comment