mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
reblog screen last user fix
This commit is contained in:
parent
5cbe942c51
commit
8572ed1f0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user