From: Eugen Date: Fri, 9 Sep 2016 18:54:49 +0000 (+0200) Subject: Fix typo in deleteFromTimelines action creator X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=de7eb2341a582a3354496eef7e76593e7320108f;p=mastodon.git Fix typo in deleteFromTimelines action creator --- diff --git a/app/assets/javascripts/components/actions/timelines.jsx b/app/assets/javascripts/components/actions/timelines.jsx index 1fabe5d2c..4d4122ec7 100644 --- a/app/assets/javascripts/components/actions/timelines.jsx +++ b/app/assets/javascripts/components/actions/timelines.jsx @@ -18,7 +18,7 @@ export function updateTimeline(timeline, status) { }; } -export function deleteFromTimeline(id) { +export function deleteFromTimelines(id) { return { type: TIMELINE_DELETE, id: id