rm recommendations (#8056)

This commit is contained in:
Samuel Newman
2025-03-26 15:40:44 +02:00
committed by Eric Bailey
parent c1a6d82c07
commit c24e0f0f17
2 changed files with 2 additions and 5 deletions
-5
View File
@@ -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