diff --git a/src/view/com/post-thread/PostThread.tsx b/src/view/com/post-thread/PostThread.tsx index 7a70aea75d..5bd379fedf 100644 --- a/src/view/com/post-thread/PostThread.tsx +++ b/src/view/com/post-thread/PostThread.tsx @@ -73,15 +73,13 @@ export const PostThread = observer(function PostThread({uri}: {uri: string}) { ) return ( - - item._reactKey} - renderItem={renderItem} - refreshing={view.isRefreshing} - onRefresh={onRefresh} - /> - + item._reactKey} + renderItem={renderItem} + refreshing={view.isRefreshing} + onRefresh={onRefresh} + /> ) }) diff --git a/todos.txt b/todos.txt index a31ccb8e74..3c24cce766 100644 --- a/todos.txt +++ b/todos.txt @@ -27,6 +27,4 @@ Paul's todo list - Bugs - Check that sub components arent reloading too much - Titles are getting screwed up (possibly swipe related) - - Likes, RTs? - - Thread view sizing off - Home feed not showing own posts \ No newline at end of file