We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7193a12 commit 8d75bfbCopy full SHA for 8d75bfb
apps/desktop/layer/renderer/src/modules/discover/TrendingFeedCard.tsx
@@ -11,7 +11,7 @@ import { FeedCardActions } from "./DiscoverFeedCard"
11
export const TrendingFeedCard: FC<{
12
item: DiscoverItem
13
}> = ({ item }) => {
14
- const { t } = useTranslation()
+ const { t } = useTranslation("common")
15
const { analytics } = item
16
const numberFormatter = useMemo(() => new Intl.NumberFormat("en-US", {}), [])
17
const isSubscribed = useIsSubscribed(item.feed?.id || item.list?.id || "")
0 commit comments