feat(PowerInput/Suggestions): hide steps without execution steps
This commit is contained in:
@@ -114,7 +114,7 @@ const Suggestions = (props: SuggestionsProps) => {
|
||||
</Button>
|
||||
)}
|
||||
|
||||
{listLength === undefined && (
|
||||
{listLength === Infinity && (
|
||||
<Button
|
||||
fullWidth
|
||||
onClick={collapseList}
|
||||
|
||||
Reference in New Issue
Block a user