diff --git a/public/app/plugins/panel/gettingstarted/GettingStarted.tsx b/public/app/plugins/panel/gettingstarted/GettingStarted.tsx index 1dcab5728dd..6b8c5fe2492 100644 --- a/public/app/plugins/panel/gettingstarted/GettingStarted.tsx +++ b/public/app/plugins/panel/gettingstarted/GettingStarted.tsx @@ -152,11 +152,11 @@ export class GettingStarted extends PureComponent {
- {this.steps.map(step => { + {this.steps.map((step, index) => { return ( -
+
- + {step.title}