mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +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) => {
|
export const getResizedImage = (url, size = 640) => {
|
||||||
|
//TODO: implement fallback onError, for steemitimages is down case
|
||||||
|
|
||||||
if (!url) {
|
if (!url) {
|
||||||
return '';
|
return '';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user