mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 00:52:42 +03:00
fix
This commit is contained in:
parent
a6b6b4c932
commit
af64a79769
@ -40,7 +40,7 @@ const VotersScreen = ({ navigation }) => {
|
||||
//const content = get(navigation, 'state.params.content');
|
||||
|
||||
return (
|
||||
<AccountListContainer data={_activeVotes}>
|
||||
<AccountListContainer data={activeVotes}>
|
||||
{({ data, filterResult, filterIndex, handleOnVotersDropdownSelect, handleSearch }) => (
|
||||
<>
|
||||
<BasicHeader
|
||||
|
Loading…
Reference in New Issue
Block a user