Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- return (
- <p>
- {
- lockPost === true ?
- <span style={{ color:"#DF0101", fontWeight:"bold" }}> Not ready </span>
- :
- <span style={{ color:"#DF0101", fontWeight:"bold" }}> Ready! </span>
- }
- </p>
- )
Advertisement
Add Comment
Please, Sign In to add comment