diff --git a/src/view/com/posts/PostFeed.tsx b/src/view/com/posts/PostFeed.tsx index 77ac1192dd..e0d0c48eff 100644 --- a/src/view/com/posts/PostFeed.tsx +++ b/src/view/com/posts/PostFeed.tsx @@ -891,11 +891,6 @@ let PostFeed = ({ maxToRenderPerBatch={isIOS ? 5 : 1} updateCellsBatchingPeriod={40} onItemSeen={onItemSeen} - style={[ - { - height: '100vh', - }, - ]} /> )