mirror of
https://github.com/funamitech/mastodon
synced 2024-11-27 14:29:03 +09:00
Fix typo in deleteFromTimelines action creator
This commit is contained in:
parent
3cc47beb6e
commit
de7eb2341a
@ -18,7 +18,7 @@ export function updateTimeline(timeline, status) {
|
||||
};
|
||||
}
|
||||
|
||||
export function deleteFromTimeline(id) {
|
||||
export function deleteFromTimelines(id) {
|
||||
return {
|
||||
type: TIMELINE_DELETE,
|
||||
id: id
|
||||
|
Loading…
Reference in New Issue
Block a user