mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-06 14:07:20 +03:00
voters routing keys fixed
This commit is contained in:
parent
e0c971e5c8
commit
9dca1f17bf
@ -58,13 +58,14 @@ class PostCardContainer extends PureComponent {
|
||||
};
|
||||
|
||||
_handleOnVotersPress = (activeVotes) => {
|
||||
const { navigation } = this.props;
|
||||
const { navigation, content } = this.props;
|
||||
|
||||
navigation.navigate({
|
||||
routeName: ROUTES.SCREENS.VOTERS,
|
||||
params: {
|
||||
activeVotes,
|
||||
},
|
||||
key: content.permlink,
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user