diff --git a/frontend/src/pages/home/aiFlows/InfoGallery.tsx b/frontend/src/pages/home/aiFlows/InfoGallery.tsx index 4b0c095d3d..dd753e833b 100644 --- a/frontend/src/pages/home/aiFlows/InfoGallery.tsx +++ b/frontend/src/pages/home/aiFlows/InfoGallery.tsx @@ -22,7 +22,7 @@ const InfoGallery: React.FC = ({ infoItems, closeAlt, onClose, border: `1px solid var(--pf-v5-global--BorderColor--100)`, }} > - {...infoItems} + {infoItems} ) : null;