mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-17 02:13:34 +03:00
commit
b3f39dbab3
@ -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