logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: de7eb2341a582a3354496eef7e76593e7320108f
parent: 3cc47beb6e1f646baca64fdf56168e2f2e2bc726
Author: Eugen <eugen@zeonfederated.com>
Date:   Fri,  9 Sep 2016 20:54:49 +0200

Fix typo in deleteFromTimelines action creator

Diffstat:

Mapp/assets/javascripts/components/actions/timelines.jsx2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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