Don't hide recommended (#7166)

* Don't hide recommended

* Rm unused
This commit is contained in:
dan
2024-12-18 23:31:18 +00:00
committed by GitHub
parent 65eccc79aa
commit 45c6308607
2 changed files with 3 additions and 32 deletions
+1 -5
View File
@@ -239,10 +239,6 @@ export type LogEvents = {
'trendingTopics:show': {}
'trendingTopics:hide': {
context:
| 'sidebar'
| 'interstitial'
| 'explore:trending'
| 'explore:recommendations'
context: 'sidebar' | 'interstitial' | 'explore:trending'
}
}