fix: types

This commit is contained in:
DIYgod 2025-06-05 20:37:13 +08:00
parent bdb6802485
commit 7193a1223f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export interface FeedSummaryProps {
showAnalytics?: boolean
}
export const FeedSummary: FC<FeedSummaryProps> = ({ feed, analytics, showAnalytics = true }) => {
const { t } = useTranslation()
const { t } = useTranslation("common")
const numberFormatter = useMemo(() => new Intl.NumberFormat("en-US", {}), [])
return (
<div>