diff --git a/src/utils/image.js b/src/utils/image.js index a9fb04675..eec7a6b22 100644 --- a/src/utils/image.js +++ b/src/utils/image.js @@ -71,6 +71,8 @@ export const catchDraftImage = body => { }; export const getResizedImage = (url, size = 640) => { + //TODO: implement fallback onError, for steemitimages is down case + if (!url) { return ''; }