This commit is contained in:
2025-07-11 10:11:22 +00:00
parent 3c89d14636
commit fdf242c060
6 changed files with 16 additions and 20 deletions
+1 -1
View File
@@ -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) => {