Skip to content

Commit 7193a12

Browse files
committed
fix: types
1 parent bdb6802 commit 7193a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export interface FeedSummaryProps {
1616
showAnalytics?: boolean
1717
}
1818
export const FeedSummary: FC<FeedSummaryProps> = ({ feed, analytics, showAnalytics = true }) => {
19-
const { t } = useTranslation()
19+
const { t } = useTranslation("common")
2020
const numberFormatter = useMemo(() => new Intl.NumberFormat("en-US", {}), [])
2121
return (
2222
<div>

0 commit comments

Comments
 (0)