diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-07-20 19:30:07 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-07-20 19:30:07 -0500 |
commit | 39483d92db90b69c8e1b47d82829d79651a69d25 (patch) | |
tree | 1236a1ac65b1a0b27d95c5e6466ac06d194e4c0f /src/view/com/post-thread/PostThread.tsx | |
parent | c712cbbfe27cca5db5d87abd8d7fd3b749492fcc (diff) | |
download | voidsky-39483d92db90b69c8e1b47d82829d79651a69d25.tar.zst |
Factor out common styles; fixes and improvements to post-thread-view
Diffstat (limited to 'src/view/com/post-thread/PostThread.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThread.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index bc6642e07..7bbad36be 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -62,7 +62,6 @@ export const PostThread = observer(function PostThread({ } return ( <View> - {view.isRefreshing && <ActivityIndicator />} {view.hasContent && ( <FlatList data={posts} |