Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
style: {
display: 'flex',
flexDirection: 'row',
alignItems: 'center',
color: this.props.sectionSelectedColor
},
onClick: function onClick(evt) {
return _this3.setState({ 'compactMenuIsOpen': !_this3.state.compactMenuIsOpen });
} },
this.props.section.menuTitle,
_react2.default.createElement(_icon.Icon, { use: 'expand_more', style: {
color: this.props.sectionSelectedColor
} })
),
_react2.default.createElement(
_menu.SimpleMenu,
{
onSelected: this._onCompactSectionSelect,
open: this.state.compactMenuIsOpen,
onClose: function onClose(evt) {
return _this3.setState({ compactMenuIsOpen: false });
} },
this.compactSections
)
)
);
}
}, {