mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-14 07:08:44 +03:00
fix userlistitem bug created with community select on editor
This commit is contained in:
parent
f6a447e254
commit
2a911baa25
@ -31,6 +31,7 @@ class LeaderboardView extends PureComponent {
|
|||||||
isBlackRightColor
|
isBlackRightColor
|
||||||
rightText={get(item, 'points')}
|
rightText={get(item, 'points')}
|
||||||
middleText={get(item, 'count')}
|
middleText={get(item, 'count')}
|
||||||
|
isLoggedIn
|
||||||
itemIndex={index + 1}
|
itemIndex={index + 1}
|
||||||
handleOnPress={() => handleOnUserPress(get(item, '_id'))}
|
handleOnPress={() => handleOnUserPress(get(item, '_id'))}
|
||||||
rightTextStyle={styles.rewardText}
|
rightTextStyle={styles.rewardText}
|
||||||
|
@ -49,6 +49,7 @@ const VotersDisplayView = ({ votes, navigation }) => {
|
|||||||
isHasRightItem
|
isHasRightItem
|
||||||
isRightColor={item.is_down_vote}
|
isRightColor={item.is_down_vote}
|
||||||
rightText={value}
|
rightText={value}
|
||||||
|
isLoggedIn
|
||||||
handleOnPress={() => _handleOnUserPress(item.voter)}
|
handleOnPress={() => _handleOnUserPress(item.voter)}
|
||||||
isClickable
|
isClickable
|
||||||
subRightText={percent}
|
subRightText={percent}
|
||||||
|
Loading…
Reference in New Issue
Block a user