Skip to content

Commit 8d75bfb

Browse files
committed
fix: types
1 parent 7193a12 commit 8d75bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/desktop/layer/renderer/src/modules/discover/TrendingFeedCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { FeedCardActions } from "./DiscoverFeedCard"
1111
export const TrendingFeedCard: FC<{
1212
item: DiscoverItem
1313
}> = ({ item }) => {
14-
const { t } = useTranslation()
14+
const { t } = useTranslation("common")
1515
const { analytics } = item
1616
const numberFormatter = useMemo(() => new Intl.NumberFormat("en-US", {}), [])
1717
const isSubscribed = useIsSubscribed(item.feed?.id || item.list?.id || "")

0 commit comments

Comments
 (0)