mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-13 18:22: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
|
||||
rightText={get(item, 'points')}
|
||||
middleText={get(item, 'count')}
|
||||
isLoggedIn
|
||||
itemIndex={index + 1}
|
||||
handleOnPress={() => handleOnUserPress(get(item, '_id'))}
|
||||
rightTextStyle={styles.rewardText}
|
||||
|
@ -49,6 +49,7 @@ const VotersDisplayView = ({ votes, navigation }) => {
|
||||
isHasRightItem
|
||||
isRightColor={item.is_down_vote}
|
||||
rightText={value}
|
||||
isLoggedIn
|
||||
handleOnPress={() => _handleOnUserPress(item.voter)}
|
||||
isClickable
|
||||
subRightText={percent}
|
||||
|
Loading…
Reference in New Issue
Block a user