Removed toast on fetchCommentsFail

• Removed:
- toast on fetchCommentsFail
This commit is contained in:
mgabdev 2021-01-07 18:46:46 -05:00
parent bc35480662
commit a8443700a2
1 changed files with 0 additions and 1 deletions

View File

@ -252,7 +252,6 @@ const fetchCommentsSuccess = (id, descendants) => ({
const fetchCommentsFail = (id, error) => ({
type: COMMENTS_FETCH_FAIL,
showToast: true,
id,
error,
skipAlert: true,