mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix dropdown opening
This commit is contained in:
parent
f2392f6d5a
commit
d5411ca20b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Dropdown extends React.Component {
|
|||
return (
|
||||
<this.props.as
|
||||
className={classNames('dropdown', this.props.className, {
|
||||
[open]: this.props.isOpen
|
||||
open: this.props.isOpen
|
||||
})}
|
||||
>
|
||||
{this.props.children}
|
||||
|
|
Loading…
Reference in a new issue