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/components/attachment_list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/javascript/flavours/glitch/components/attachment_list.js') diff --git a/app/javascript/flavours/glitch/components/attachment_list.js b/app/javascript/flavours/glitch/components/attachment_list.js index b3d00b335..3a28c70f3 100644 --- a/app/javascript/flavours/glitch/components/attachment_list.js +++ b/app/javascript/flavours/glitch/components/attachment_list.js @@ -21,9 +21,9 @@ export default class AttachmentList extends ImmutablePureComponent { -- cgit