Skip to content

Instantly share code, notes, and snippets.

@kryft
Last active August 29, 2015 14:16
Show Gist options
  • Save kryft/2b7de5a95bb5a3d2d41e to your computer and use it in GitHub Desktop.
Save kryft/2b7de5a95bb5a3d2d41e to your computer and use it in GitHub Desktop.
C-m-f and C-m-b don't work
function foo() {
return (
<div>
<h1>Events</h1>
<table>
<thead>
<tr>
<th>{/*Sign up link*/}</th>
<th>{/*Name */}</th>
<th>Places available</th>
</tr>
</thead>
<tbody>
{events}
</tbody>
</table>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment