about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/components/actions/timelines.jsx2
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