mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-28 07:55:08 +03:00
updated a bit
This commit is contained in:
commit
0e1ca71772
@ -25,7 +25,7 @@ const UserListItem = ({
|
||||
>
|
||||
<View style={[styles.voteItemWrapper, index % 2 !== 0 && styles.voteItemWrapperGray]}>
|
||||
{itemIndex && <Text style={styles.itemIndex}>{itemIndex}</Text>}
|
||||
<UserAvatar noAction={userCanPress} style={[styles.avatar]} username={username} />
|
||||
<UserAvatar noAction={userCanPress} style={styles.avatar} username={username} />
|
||||
<View style={styles.userDescription}>
|
||||
<Text style={styles.name}>{username}</Text>
|
||||
{description && <Text style={styles.date}>{description}</Text>}
|
||||
|
@ -6,7 +6,7 @@ import FastImage from 'react-native-fast-image';
|
||||
import styles from './userAvatarStyles';
|
||||
|
||||
// Constants
|
||||
import { default as ROUTES } from '../../../constants/routeNames';
|
||||
import ROUTES from '../../../constants/routeNames';
|
||||
|
||||
const DEFAULT_IMAGE = require('../../../assets/avatar_default.png');
|
||||
|
||||
|
@ -7,7 +7,7 @@ import { injectIntl } from 'react-intl';
|
||||
import { getFavorites, removeFavoriteUser } from '../../../providers/esteem/esteem';
|
||||
|
||||
// Constants
|
||||
import { default as ROUTES } from '../../../constants/routeNames';
|
||||
import ROUTES from '../../../constants/routeNames';
|
||||
|
||||
// Utilities
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user