voters routing keys fixed

This commit is contained in:
u-e 2019-01-03 18:08:36 +03:00
parent e0c971e5c8
commit 9dca1f17bf

View File

@ -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,
});
};