mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
Merge branch 'master' of github.com:esteemapp/esteem-mobile into development
This commit is contained in:
commit
b5dcb563c3
@ -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') {
|
||||
|
@ -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}>
|
||||
|
Loading…
Reference in New Issue
Block a user