From a4a81c5434c73139f7c1d66f2687039237c5208a Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 29 Jul 2019 00:28:13 +0200 Subject: [PATCH] Fix crash in /web/lists Fixes #1181 --- app/javascript/flavours/glitch/features/lists/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/javascript/flavours/glitch/features/lists/index.js b/app/javascript/flavours/glitch/features/lists/index.js index bf1b410bb..ad5240bd5 100644 --- a/app/javascript/flavours/glitch/features/lists/index.js +++ b/app/javascript/flavours/glitch/features/lists/index.js @@ -57,6 +57,8 @@ export default class Lists extends ImmutablePureComponent { ); } + const emptyMessage = ; + return (