diff options
Diffstat (limited to 'src/view/com/post-thread/PostVotedBy.tsx')
-rw-r--r-- | src/view/com/post-thread/PostVotedBy.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/post-thread/PostVotedBy.tsx b/src/view/com/post-thread/PostVotedBy.tsx index af5bc2475..34a333f22 100644 --- a/src/view/com/post-thread/PostVotedBy.tsx +++ b/src/view/com/post-thread/PostVotedBy.tsx @@ -76,6 +76,7 @@ export const PostVotedBy = observer(function PostVotedBy({ data={view.votes} keyExtractor={item => item._reactKey} renderItem={renderItem} + contentContainerStyle={{paddingBottom: 200}} /> </View> ) |