Factor out common styles; fixes and improvements to post-thread-view
This commit is contained in:
parent
c712cbbfe2
commit
39483d92db
6 changed files with 160 additions and 100 deletions
|
@ -62,7 +62,6 @@ export const PostThread = observer(function PostThread({
|
|||
}
|
||||
return (
|
||||
<View>
|
||||
{view.isRefreshing && <ActivityIndicator />}
|
||||
{view.hasContent && (
|
||||
<FlatList
|
||||
data={posts}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue