remove redundant line
Signed-off-by: Zach Hammer <zhammer@seatgeek.com>
This commit is contained in:
-3
@@ -144,9 +144,6 @@ export function EntityAutocompletePicker<
|
||||
return null;
|
||||
}
|
||||
|
||||
// Hide if there are no options; nothing to pick from
|
||||
if (availableOptions.length === 0) return null;
|
||||
|
||||
return (
|
||||
<Box className={classes.root} pb={1} pt={1}>
|
||||
<Typography className={classes.label} variant="button" component="label">
|
||||
|
||||
Reference in New Issue
Block a user