Skip to content
Snippets Groups Projects
Commit de7eb234 authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Fix typo in deleteFromTimelines action creator

parent 3cc47beb
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ export function updateTimeline(timeline, status) {
};
}
export function deleteFromTimeline(id) {
export function deleteFromTimelines(id) {
return {
type: TIMELINE_DELETE,
id: id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment