Skip to content

Commit

Permalink
Merge pull request #104 from bkellgren/patch-1
Browse files Browse the repository at this point in the history
Add className option for fixtures
  • Loading branch information
ro-ka committed Mar 11, 2016
2 parents 8e1ef90 + 880fe77 commit 611fb41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/suggest-list.jsx
Expand Up @@ -26,6 +26,7 @@ export default ({
suggest.placeId === activeSuggest.placeId;

return <SuggestItem key={suggest.placeId}
className={suggest.className}
suggest={suggest}
isActive={isActive}
onMouseDown={onSuggestMouseDown}
Expand Down

0 comments on commit 611fb41

Please sign in to comment.