diff --git a/src/components/profile/UserProfile.tsx b/src/components/profile/UserProfile.tsx index d1ec59ab..41a22e6f 100644 --- a/src/components/profile/UserProfile.tsx +++ b/src/components/profile/UserProfile.tsx @@ -1,4 +1,4 @@ -"use client"; +"use client"; import { useState, useEffect } from 'react'; import { useAuth } from '@/context/AuthContext'; @@ -258,14 +258,16 @@ export default function UserProfile() { {/* Profile Card */}
- {user.name +
+ {user.name +