Skip to content

Commit

Permalink
showing all keywords now
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Feb 13, 2024
1 parent 3c4f71c commit 926d19e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/floweditor/FlowEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,9 @@ export const FlowEditor = () => {

<div className={styles.FlowNameContainer}>
{flowTitle}
<span className={styles.FlowKeyword}>{flowName?.flows[0]?.keywords[0]}</span>
<span className={styles.FlowKeyword}>
{flowName?.flows[0]?.keywords.join(', ')}
</span>
</div>
</>
)}
Expand Down

0 comments on commit 926d19e

Please sign in to comment.