Only use grid placeholder on native
This commit is contained in:
@@ -461,7 +461,7 @@ let PostFeed = ({
|
||||
})
|
||||
}
|
||||
} else {
|
||||
if (isVideoFeed) {
|
||||
if (isVideoFeed && isNative) {
|
||||
arr.push({
|
||||
type: 'videoGridRowPlaceholder',
|
||||
key: 'videoGridRowPlaceholder',
|
||||
|
||||
Reference in New Issue
Block a user