このコミットが含まれているのは:
@@ -16,7 +16,7 @@ import { cn } from '@/lib/utils'
|
||||
|
||||
import type { Post, Tag, User } from '@/types'
|
||||
|
||||
type Props = { user: User }
|
||||
type Props = { user: User | null }
|
||||
|
||||
|
||||
export default ({ user }: Props) => {
|
||||
|
||||
新しい課題から参照
ユーザをブロックする