mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 12:51:42 +03:00
todo
This commit is contained in:
parent
18952752c9
commit
194a76cf20
@ -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 '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user