This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Fix crash in /web/lists
Fixes
#1181
closed-social-glitch-2
Thibaut Girka
5 years ago
committed by
ThibG
parent
91da921dbb
commit
a4a81c5434
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
app/javascript/flavours/glitch/features/lists/index.js
+ 2
- 0
app/javascript/flavours/glitch/features/lists/index.js
View 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
/
>
Write
Preview
Loading…
Cancel
Save