diff --git a/packages/web/src/components/PowerInput/Suggestions.tsx b/packages/web/src/components/PowerInput/Suggestions.tsx index 7f3c87e0..dc3b8205 100644 --- a/packages/web/src/components/PowerInput/Suggestions.tsx +++ b/packages/web/src/components/PowerInput/Suggestions.tsx @@ -114,7 +114,7 @@ const Suggestions = (props: SuggestionsProps) => { )} - {listLength === undefined && ( + {listLength === Infinity && (