From 56429e7ca9142a053f79bd2c59d9c885ea8820a5 Mon Sep 17 00:00:00 2001 From: cwm Date: Fri, 5 Jan 2018 08:12:34 -0600 Subject: [PATCH 1/2] change how list ColumnLink keys are determined --- .../flavours/glitch/features/getting_started/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js index 89c77b507c..11f58cc70f 100644 --- a/app/javascript/flavours/glitch/features/getting_started/index.js +++ b/app/javascript/flavours/glitch/features/getting_started/index.js @@ -114,7 +114,7 @@ export default class GettingStarted extends ImmutablePureComponent {
{lists.map(list => - + )}
, ]); From 17034d36cf8c197e60ab1e22aec6ea4c7f1b8fa0 Mon Sep 17 00:00:00 2001 From: cwm Date: Fri, 5 Jan 2018 09:00:48 -0600 Subject: [PATCH 2/2] add key to lists div --- .../flavours/glitch/features/getting_started/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js index 11f58cc70f..1b05c4da17 100644 --- a/app/javascript/flavours/glitch/features/getting_started/index.js +++ b/app/javascript/flavours/glitch/features/getting_started/index.js @@ -111,10 +111,10 @@ export default class GettingStarted extends ImmutablePureComponent { navItems.push(); listItems = listItems.concat([ -
- +
+ {lists.map(list => - + )}
, ]);