Only use grid placeholder on native

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