rm recommendations (#8056)
This commit is contained in:
committed by
Eric Bailey
parent
c1a6d82c07
commit
c24e0f0f17
@@ -356,11 +356,6 @@ export function Explore() {
|
||||
})
|
||||
}
|
||||
|
||||
i.push({
|
||||
type: 'recommendations',
|
||||
key: `recommendations`,
|
||||
})
|
||||
|
||||
i.push({
|
||||
type: 'header',
|
||||
key: 'suggested-follows-header',
|
||||
|
||||
@@ -18,6 +18,8 @@ import {
|
||||
} from '#/components/TrendingTopics'
|
||||
import {Text} from '#/components/Typography'
|
||||
|
||||
// Note: This module is not currently used and may be removed in the future.
|
||||
|
||||
export function ExploreRecommendations() {
|
||||
const {enabled} = useTrendingConfig()
|
||||
return enabled ? <Inner /> : null
|
||||
|
||||
Reference in New Issue
Block a user