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 bdb6802 commit 7193a12Copy full SHA for 7193a12
apps/desktop/layer/renderer/src/modules/discover/FeedSummary.tsx
@@ -16,7 +16,7 @@ export interface FeedSummaryProps {
16
showAnalytics?: boolean
17
}
18
export const FeedSummary: FC<FeedSummaryProps> = ({ feed, analytics, showAnalytics = true }) => {
19
- const { t } = useTranslation()
+ const { t } = useTranslation("common")
20
const numberFormatter = useMemo(() => new Intl.NumberFormat("en-US", {}), [])
21
return (
22
<div>
0 commit comments