mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-05 21:06:21 +03:00
Fixed #190
This commit is contained in:
parent
6bbe6fd720
commit
20adb8d1d9
@ -79,9 +79,9 @@ class ProfileSummaryView extends Component {
|
|||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<View style={[isColumn ? styles.textWithIconWrapperColumn : styles.textWithIconWrapper]}>
|
<View style={[isColumn ? styles.textWithIconWrapperColumn : styles.textWithIconWrapper]}>
|
||||||
{location && <TextWithIcon text={location} iconName="md-navigate" />}
|
{!!location && <TextWithIcon text={location} iconName="md-navigate" />}
|
||||||
{link && <TextWithIcon isClickable text={link} iconName="md-globe" />}
|
{!!link && <TextWithIcon isClickable text={link} iconName="md-globe" />}
|
||||||
{date && <TextWithIcon text={date} iconName="md-calendar" />}
|
{!!date && <TextWithIcon text={date} iconName="md-calendar" />}
|
||||||
</View>
|
</View>
|
||||||
<View />
|
<View />
|
||||||
<Image
|
<Image
|
||||||
|
Loading…
Reference in New Issue
Block a user