This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix typo in deleteFromTimelines action creator
closed-social-v3
Eugen
8 years ago
committed by
GitHub
parent
3cc47beb6e
commit
de7eb2341a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/assets/javascripts/components/actions/timelines.jsx
+ 1
- 1
app/assets/javascripts/components/actions/timelines.jsx
View File
@ -18,7 +18,7 @@ export function updateTimeline(timeline, status) {
}
;
}
export
function
deleteFromTimeline
(
id
)
{
export
function
deleteFromTimeline
s
(
id
)
{
return
{
type
:
TIMELINE_DELETE
,
id
:
id
Write
Preview
Loading…
Cancel
Save