diff --git a/frontend/src/components/TagLink.tsx b/frontend/src/components/TagLink.tsx index 67fe389..0734d4d 100644 --- a/frontend/src/components/TagLink.tsx +++ b/frontend/src/components/TagLink.tsx @@ -7,7 +7,7 @@ import type { ComponentProps, FC, HTMLAttributes } from 'react' import type { Tag } from '@/types' -type CommonProps = { tag: Pick +type CommonProps = { tag: Tag withWiki?: boolean withCount?: boolean }