Fix styling of empty category name suggestions menu

This commit is contained in:
Ajay 2022-09-18 21:54:07 -04:00
parent c66de4fdb1
commit 052860c5a3

View file

@ -28,6 +28,7 @@ class SelectorComponent extends React.Component<SelectorProps, SelectorState> {
render(): React.ReactElement {
return (
<div id={this.props.id}
style={{display: this.props.options.length > 0 ? "inherit" : "none"}}
className="sbSelector">
<div className="sbSelectorBackground">
{this.getOptions()}