Skip to content

Instantly share code, notes, and snippets.

@TimFletcher
Created October 29, 2015 13:15
Show Gist options
  • Save TimFletcher/41299e54373a37873a91 to your computer and use it in GitHub Desktop.
Save TimFletcher/41299e54373a37873a91 to your computer and use it in GitHub Desktop.
Returning an array in JSX
{this.showLeadListColumns() ? (
<th className="in-campaign">Campaigns</th>
) : ([
<th className="score">Score</th>,
<th className="page-views">Page Views</th>,
<th className="last-active-at">Last Active</th>
])}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment