mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-25 17:12:58 -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 {
|
return {
|
||||||
type: TIMELINE_DELETE,
|
type: TIMELINE_DELETE,
|
||||||
id: id
|
id: id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user