feat(PowerInput/Suggestions): hide steps without execution steps

This commit is contained in:
Ali BARIN
2022-09-25 20:42:39 +02:00
parent 2bc5da885e
commit 6ab7265a04
2 changed files with 13 additions and 7 deletions

View File

@@ -114,7 +114,7 @@ const Suggestions = (props: SuggestionsProps) => {
</Button>
)}
{listLength === undefined && (
{listLength === Infinity && (
<Button
fullWidth
onClick={collapseList}