From 37011dd8f30eefa642170daa62ae4cb7c0afb37d Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Fri, 10 May 2019 11:48:27 -0700 Subject: [PATCH] GettingStarted: add key and remove ng-class (#17007) --- public/app/plugins/panel/gettingstarted/GettingStarted.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ( -
+