Factor out common styles; fixes and improvements to post-thread-view
This commit is contained in:
@@ -62,7 +62,6 @@ export const PostThread = observer(function PostThread({
|
||||
}
|
||||
return (
|
||||
<View>
|
||||
{view.isRefreshing && <ActivityIndicator />}
|
||||
{view.hasContent && (
|
||||
<FlatList
|
||||
data={posts}
|
||||
|
||||
Reference in New Issue
Block a user