Last active
July 15, 2016 09:53
-
-
Save colinf/6f6848738cdb3fb8fdf35a21f03369e1 to your computer and use it in GitHub Desktop.
Nested route with a parameter ( see http://j.mp/2af4Q7o )
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
<div className={classnames({'team-item': true, 'pure-g': true, 'team-item-selected': selectedTeamId === id})} | |
onClick={() => signals.teams.teamSelected({id: team.id})} | |
> | |
<div className="pure-u-1"> | |
<h5 className="team-name">{name}</h5> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment