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 (
<AccountListContainer data={activeVotes} navigation={navigation}>
{({ data, filterResult, handleSearch, handleOnUserPress }) => (
<SafeAreaView style={globalStyles.container}>
<SafeAreaView style={[globalStyles.container, { paddingBottom: 40 }]}>
<BasicHeader
title={`${headerTitle} (${data && data.length})`}
isHasSearch