このコミットが含まれているのは:
2025-07-11 10:11:22 +00:00
コミット fdf242c060
6個のファイルの変更16行の追加20行の削除
+1 -1
ファイルの表示
@@ -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) => {