Skip to content

Instantly share code, notes, and snippets.

@xthecapx
Created June 17, 2019 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xthecapx/a7748493607ddd85e17a00bba3b2a9ca to your computer and use it in GitHub Desktop.
Save xthecapx/a7748493607ddd85e17a00bba3b2a9ca to your computer and use it in GitHub Desktop.
// in the function body
let description;
if (product.description) {
 description = <p>{`Description: ${product.description}`}</p>
}
// Bellow the h3 closing tag
{description}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment