Only use grid placeholder on native

This commit is contained in:
Eric Bailey
2025-01-17 16:20:52 -06:00
parent dffee47703
commit 941bfd11cd
+1 -1
View File
@@ -461,7 +461,7 @@ let PostFeed = ({
}) })
} }
} else { } else {
if (isVideoFeed) { if (isVideoFeed && isNative) {
arr.push({ arr.push({
type: 'videoGridRowPlaceholder', type: 'videoGridRowPlaceholder',
key: 'videoGridRowPlaceholder', key: 'videoGridRowPlaceholder',