From: cwm Date: Fri, 5 Jan 2018 14:12:34 +0000 (-0600) Subject: change how list ColumnLink keys are determined X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=6236577734f5a040415308389a45fd3b6cb1b960;p=mastodon.git change how list ColumnLink keys are determined --- diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js index 89c77b507..11f58cc70 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 => - + )}
, ]);