This commit is contained in:
Adam Cohen Hillel 2025-04-18 01:11:19 +01:00
parent 5fbae8d374
commit e50cb4008f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default function PersonalAccountPage() {
// Use client-side navigation instead of server redirect // Use client-side navigation instead of server redirect
useEffect(() => { useEffect(() => {
router.replace('/dashboard/(personalAccount)'); router.replace('/dashboard');
}, [router]); }, [router]);
// Return a minimal loading state until redirect happens // Return a minimal loading state until redirect happens