diff options
-rw-r--r-- | app/assets/javascripts/components/actions/timelines.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |