mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 10:12:56 -05: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…
x
Reference in New Issue
Block a user