mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 11:34:30 +03:00
fixed cover image
This commit is contained in:
parent
27707d5e0d
commit
52ced77290
@ -94,7 +94,7 @@ class ProfileSummaryView extends PureComponent {
|
|||||||
const isColumn = rowLength && DEVICE_WIDTH / rowLength <= 7.3;
|
const isColumn = rowLength && DEVICE_WIDTH / rowLength <= 7.3;
|
||||||
|
|
||||||
const followButtonIcon = !isFollowing ? 'account-plus' : 'account-minus';
|
const followButtonIcon = !isFollowing ? 'account-plus' : 'account-minus';
|
||||||
const coverImageUrl = `http://img.esteem.app/400x0/${coverImage}`;
|
const coverImageUrl = `https://steemitimages.com/400x0/${coverImage}`;
|
||||||
|
|
||||||
dropdownOpions.push(!isMuted ? 'MUTE' : 'UNMUTE');
|
dropdownOpions.push(!isMuted ? 'MUTE' : 'UNMUTE');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user