Commit d5411ca2 authored by Ray Schamp's avatar Ray Schamp

Fix dropdown opening

parent f2392f6d
...@@ -22,7 +22,7 @@ class Dropdown extends React.Component { ...@@ -22,7 +22,7 @@ class Dropdown extends React.Component {
return ( return (
<this.props.as <this.props.as
className={classNames('dropdown', this.props.className, { className={classNames('dropdown', this.props.className, {
[open]: this.props.isOpen open: this.props.isOpen
})} })}
> >
{this.props.children} {this.props.children}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment