about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/following
diff options
context:
space:
mode:
authorMélanie Chauvel (ariasuni) <perso@hack-libre.org>2019-02-27 13:38:27 +0100
committerThibG <thib@sitedethib.com>2019-03-01 14:01:51 +0100
commit2a4ce7458a16c64029842fde210089453be2ede1 (patch)
treee97264c543c79a996723814176917d468e92b5e2 /app/javascript/flavours/glitch/features/following
parent282ac61500a6246593e593ab515dec5807a336d4 (diff)
[Glitch] Fix errors found by eslint
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
Diffstat (limited to 'app/javascript/flavours/glitch/features/following')
-rw-r--r--app/javascript/flavours/glitch/features/following/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/following/index.js b/app/javascript/flavours/glitch/features/following/index.js
index bf8fd2262..656100dad 100644
--- a/app/javascript/flavours/glitch/features/following/index.js
+++ b/app/javascript/flavours/glitch/features/following/index.js
@@ -94,4 +94,5 @@ export default class Following extends ImmutablePureComponent {
       </Column>
     );
   }
+
 }