diff --git a/components/block.tsx b/components/block.tsx index c1b9c5e88..dd0865472 100644 --- a/components/block.tsx +++ b/components/block.tsx @@ -528,7 +528,7 @@ function PureBlock({ /> ) : null} - {suggestions ? ( + {suggestions && suggestions.length > 0 ? (
) : null}