fix: types
This commit is contained in:
parent
bdb6802485
commit
7193a1223f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue