Skip to content

Commit

Permalink
fixed spread error
Browse files Browse the repository at this point in the history
  • Loading branch information
rsun19 committed May 17, 2024
1 parent 6d6542b commit c31920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/home/aiFlows/InfoGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const InfoGallery: React.FC<InfoGalleryProps> = ({ infoItems, closeAlt, onClose,
border: `1px solid var(--pf-v5-global--BorderColor--100)`,
}}
>
{...infoItems}
{infoItems}
</DividedGallery>
) : null;

Expand Down

0 comments on commit c31920e

Please sign in to comment.