parent
6f450b4982
commit
88f879ffe9
20 changed files with 89 additions and 163 deletions
|
@ -480,9 +480,7 @@ let Feed = ({
|
|||
// -prf
|
||||
return <DiscoverFallbackHeader />
|
||||
}
|
||||
return (
|
||||
<FeedSlice slice={item.slice} hideTopBorder={index === 0 && !isWeb} />
|
||||
)
|
||||
return <FeedSlice slice={item.slice} hideTopBorder={index === 0} />
|
||||
} else {
|
||||
return null
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue