mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -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 (
|
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}
|
||||||
|
|
Loading…
Reference in a new issue