This commit is contained in:
feruz 2020-10-20 00:26:59 +03:00
parent a6b6b4c932
commit af64a79769

View File

@ -40,7 +40,7 @@ const VotersScreen = ({ navigation }) => {
//const content = get(navigation, 'state.params.content'); //const content = get(navigation, 'state.params.content');
return ( return (
<AccountListContainer data={_activeVotes}> <AccountListContainer data={activeVotes}>
{({ data, filterResult, filterIndex, handleOnVotersDropdownSelect, handleSearch }) => ( {({ data, filterResult, filterIndex, handleOnVotersDropdownSelect, handleSearch }) => (
<> <>
<BasicHeader <BasicHeader