From 7faac7b61b09e1ce45f1949e0d54bcd1f6c5cec0 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 4 Mar 2025 21:35:08 -0600 Subject: [PATCH] Back to profile --- jam-ui/src/components/navbar/JKProfileDropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jam-ui/src/components/navbar/JKProfileDropdown.js b/jam-ui/src/components/navbar/JKProfileDropdown.js index 80f83f745..da29b4efd 100644 --- a/jam-ui/src/components/navbar/JKProfileDropdown.js +++ b/jam-ui/src/components/navbar/JKProfileDropdown.js @@ -28,7 +28,7 @@ const ProfileDropdown = () => { }); setCurrentUser(null); await logout(); - history.push('/'); + history.push('/profile'); }; return (