]> cat aescling's git repositories - mastodon.git/commitdiff
Fix crash in /web/lists
authorThibaut Girka <thib@sitedethib.com>
Sun, 28 Jul 2019 22:28:13 +0000 (00:28 +0200)
committerThibG <thib@sitedethib.com>
Sun, 28 Jul 2019 22:34:39 +0000 (00:34 +0200)
Fixes #1181

app/javascript/flavours/glitch/features/lists/index.js

index bf1b410bb48941bc383ac9dfec6d661fd8ad878c..ad5240bd5587499de3528b4ab0bd1b2e72e6a8fc 100644 (file)
@@ -57,6 +57,8 @@ export default class Lists extends ImmutablePureComponent {
       );
     }
 
+    const emptyMessage = <FormattedMessage id='empty_column.lists' defaultMessage="You don't have any lists yet. When you create one, it will show up here." />;
+
     return (
       <Column icon='bars' heading={intl.formatMessage(messages.heading)}>
         <ColumnBackButtonSlim />