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 *another* typo and crash in StatusIcons
closed-social-glitch-2
Thibaut Girka
5 years ago
committed by
ThibG
parent
a2df11ebaf
commit
6ff285d948
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/javascript/flavours/glitch/components/status_icons.js
+ 1
- 1
app/javascript/flavours/glitch/components/status_icons.js
View File
@ -48,7 +48,7 @@ export default class StatusIcons extends React.PureComponent {
switch
(
mediaIcon
)
{
case
'link'
:
return
intl
.
formatMessage
s
(
messages
.
previewCard
)
;
return
intl
.
formatMessage
(
messages
.
previewCard
)
;
case
'picture-o'
:
return
intl
.
formatMessage
(
messages
.
pictures
)
;
case
'tasks'
:
Write
Preview
Loading…
Cancel
Save