Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Franckapik/ea45b8dae3b8a3fe5d800cc524ad8d1d to your computer and use it in GitHub Desktop.
Save Franckapik/ea45b8dae3b8a3fe5d800cc524ad8d1d to your computer and use it in GitHub Desktop.
recat condition
{
this.props.control
? <th></th>
<th></th>
<th ></th>
: null
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment