Merge branch 'master' of github.com:esteemapp/esteem-mobile into development

This commit is contained in:
Mustafa Buyukcelebi 2019-10-04 12:15:18 +03:00
commit b5dcb563c3
2 changed files with 2 additions and 6 deletions

View File

@ -135,7 +135,7 @@ class CommentsContainer extends Component {
if (isOwnProfile) {
fetchPost();
} else {
} else if (author && permlink) {
await getComments(author, permlink, name)
.then(comments => {
if (selectedFilter && selectedFilter !== 'TRENDING') {

View File

@ -105,11 +105,7 @@ class SideMenuView extends Component {
>
{isLoggedIn && (
<View style={styles.headerContentWrapper}>
<UserAvatar
username={currentAccount.username}
size="xl"
style={styles.userAvatar}
/>
<UserAvatar username={currentAccount.name} size="xl" style={styles.userAvatar} />
<View style={styles.userInfoWrapper}>
{currentAccount.display_name && (
<Text numberOfLines={1} ellipsizeMode="tail" style={styles.username}>