Created
May 3, 2019 18:02
-
-
Save Franckapik/ea45b8dae3b8a3fe5d800cc524ad8d1d to your computer and use it in GitHub Desktop.
recat condition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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