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