From 941bfd11cddba333bcebc7f9b122228ed207e85b Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Fri, 17 Jan 2025 16:20:52 -0600 Subject: [PATCH] Only use grid placeholder on native --- src/view/com/posts/PostFeed.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/com/posts/PostFeed.tsx b/src/view/com/posts/PostFeed.tsx index c9ed8a08da..55fdb69792 100644 --- a/src/view/com/posts/PostFeed.tsx +++ b/src/view/com/posts/PostFeed.tsx @@ -461,7 +461,7 @@ let PostFeed = ({ }) } } else { - if (isVideoFeed) { + if (isVideoFeed && isNative) { arr.push({ type: 'videoGridRowPlaceholder', key: 'videoGridRowPlaceholder',