remove redundant line

Signed-off-by: Zach Hammer <zhammer@seatgeek.com>
This commit is contained in:
Zach Hammer
2024-04-01 17:01:08 -04:00
parent b863830aaa
commit dd6b3f01c8
@@ -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">