Browse Source

#100 要らんとこ変へてたので直した

feature/100
みてるぞ 13 hours ago
parent
commit
851e8456bb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/components/TagLink.tsx

+ 1
- 1
frontend/src/components/TagLink.tsx View File

@@ -7,7 +7,7 @@ import type { ComponentProps, FC, HTMLAttributes } from 'react'


import type { Tag } from '@/types' import type { Tag } from '@/types'


type CommonProps = { tag: Pick<Tag, 'name' | 'category' | 'postCount'>
type CommonProps = { tag: Tag
withWiki?: boolean withWiki?: boolean
withCount?: boolean } withCount?: boolean }




Loading…
Cancel
Save