Fixed problem on CommunityExamples

This commit is contained in:
Lucas Oliveira 2023-10-20 18:08:44 -03:00
commit 34c624ad82

View file

@ -86,7 +86,8 @@ export default function CommunityPage(): JSX.Element {
examples.map((flow, idx) => (
<CardComponent
key={idx}
flow={flow}
isFlow
data={flow}
id={flow.id}
button={
<Button