diff --git a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx index 34cf58441f..0c16d0bd03 100644 --- a/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx +++ b/plugins/scaffolder/src/components/ActionsPage/ActionsPage.tsx @@ -78,9 +78,9 @@ const useStyles = makeStyles(theme => ({ const ExamplesTable = (props: { examples: ActionExample[] }) => { return ( - {props.examples.map(example => { + {props.examples.map((example, index) => { return ( - + {example.description}