Removed toast for expandTimelineFail
• Removed: - toast for expandTimelineFail
This commit is contained in:
@@ -187,7 +187,6 @@ const expandTimelineSuccess = (timeline, statuses, next, partial, isLoadingRecen
|
|||||||
|
|
||||||
const expandTimelineFail = (timeline, error, isLoadingMore) => ({
|
const expandTimelineFail = (timeline, error, isLoadingMore) => ({
|
||||||
type: TIMELINE_EXPAND_FAIL,
|
type: TIMELINE_EXPAND_FAIL,
|
||||||
showToast: true,
|
|
||||||
timeline,
|
timeline,
|
||||||
error,
|
error,
|
||||||
skipLoading: !isLoadingMore,
|
skipLoading: !isLoadingMore,
|
||||||
|
|||||||
Reference in New Issue
Block a user