Skip to content

Commit

Permalink
All className option for fixtures
Browse files Browse the repository at this point in the history
In the docs you suggest you can pass a `className` key to fixtures yet you never carried it forward to the suggest object.
  • Loading branch information
bkellgren committed Mar 10, 2016
1 parent 8e1ef90 commit 880fe77
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 880fe77

Please sign in to comment.