reblog screen last user fix

This commit is contained in:
feruz 2020-01-20 15:43:28 +02:00
parent 5cbe942c51
commit 8572ed1f0b

View File

@ -36,7 +36,7 @@ const ReblogScreen = ({ navigation }) => {
return ( return (
<AccountListContainer data={activeVotes} navigation={navigation}> <AccountListContainer data={activeVotes} navigation={navigation}>
{({ data, filterResult, handleSearch, handleOnUserPress }) => ( {({ data, filterResult, handleSearch, handleOnUserPress }) => (
<SafeAreaView style={globalStyles.container}> <SafeAreaView style={[globalStyles.container, { paddingBottom: 40 }]}>
<BasicHeader <BasicHeader
title={`${headerTitle} (${data && data.length})`} title={`${headerTitle} (${data && data.length})`}
isHasSearch isHasSearch