Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <div>
  2. {this.props.string ? "$" + this.props.string + <br /> : null}
  3. </div>
  4.  
  5. <div>
  6. {this.props.string ? "$" + this.props.string + "n" : null}
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement