diff --git a/client/coral-ui/components/Dropdown.js b/client/coral-ui/components/Dropdown.js index abbdf8a64..f05cdd0c3 100644 --- a/client/coral-ui/components/Dropdown.js +++ b/client/coral-ui/components/Dropdown.js @@ -50,11 +50,11 @@ class Dropdown extends React.Component { render() { return ( -
+
{this.props.icon && } {this.renderLabel()} {this.state.isOpen ? : } -
    +