Only use grid placeholder on native
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user