Skip to content

Commit

Permalink
Merge pull request #2822 from rsun19/RHOAIENG-7212
Browse files Browse the repository at this point in the history
fixed spread error
  • Loading branch information
openshift-merge-bot[bot] authored May 21, 2024
2 parents 1f6a811 + c31920e commit f0914ae
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 f0914ae

Please sign in to comment.