This commit is contained in:
feruz 2019-12-16 07:54:26 +02:00
parent 18952752c9
commit 194a76cf20

View File

@ -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 '';
}