Skip to content

Instantly share code, notes, and snippets.

@deadlysyn
Created October 27, 2018 22:15
Show Gist options
  • Save deadlysyn/8d1876244b05343d4d96bf12212c183d to your computer and use it in GitHub Desktop.
Save deadlysyn/8d1876244b05343d4d96bf12212c183d to your computer and use it in GitHub Desktop.
const ProductCategoryRow = ({ category = 'javascript', children }) =>
<tr>
<th colSpan="2">
{category}
</th>
{children}
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment