Removed toast on fetchCommentsFail
• Removed: - toast on fetchCommentsFail
This commit is contained in:
@@ -252,7 +252,6 @@ const fetchCommentsSuccess = (id, descendants) => ({
|
|||||||
|
|
||||||
const fetchCommentsFail = (id, error) => ({
|
const fetchCommentsFail = (id, error) => ({
|
||||||
type: COMMENTS_FETCH_FAIL,
|
type: COMMENTS_FETCH_FAIL,
|
||||||
showToast: true,
|
|
||||||
id,
|
id,
|
||||||
error,
|
error,
|
||||||
skipAlert: true,
|
skipAlert: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user