Removed toast for expandTimelineFail

• Removed:
- toast for expandTimelineFail
This commit is contained in:
mgabdev 2020-12-30 12:17:01 -05:00
parent 2e1f12a33a
commit 1878a80e37

View File

@ -187,7 +187,6 @@ const expandTimelineSuccess = (timeline, statuses, next, partial, isLoadingRecen
const expandTimelineFail = (timeline, error, isLoadingMore) => ({
type: TIMELINE_EXPAND_FAIL,
showToast: true,
timeline,
error,
skipLoading: !isLoadingMore,