Web: Components: MainButton: Fixed property for DropDown

This commit is contained in:
Ilya Oleshko 2020-01-31 16:39:45 +03:00
parent c24d15806a
commit b870639060

View File

@ -173,7 +173,6 @@ class MainButton extends React.PureComponent {
{this.props.isDropdown ? (
<StyledDropDown
open={this.state.isOpen}
withBackdrop
clickOutsideAction={this.handleClick}
{...this.props}
onClick={this.onDropDownClick}