From 708ec07e27dd02d03f2d155bcc61ae8de4c10c4a Mon Sep 17 00:00:00 2001 From: David Yip Date: Thu, 18 Jan 2018 09:13:07 -0600 Subject: Style fixes to make eslint happier, hopefully --- app/javascript/flavours/glitch/features/list_editor/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/javascript/flavours/glitch/features/list_editor') diff --git a/app/javascript/flavours/glitch/features/list_editor/index.js b/app/javascript/flavours/glitch/features/list_editor/index.js index 7f9c6b0e9..e6df4755a 100644 --- a/app/javascript/flavours/glitch/features/list_editor/index.js +++ b/app/javascript/flavours/glitch/features/list_editor/index.js @@ -67,9 +67,9 @@ export default class ListEditor extends ImmutablePureComponent { {({ x }) => -
+ (
{searchAccountIds.map(accountId => )} -
+
) }
-- cgit