From c31920e979f1e61fbc5387d84c4825c72f443971 Mon Sep 17 00:00:00 2001 From: rsun19 Date: Fri, 17 May 2024 11:22:24 -0400 Subject: [PATCH] fixed spread error --- frontend/src/pages/home/aiFlows/InfoGallery.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;