diff --git a/client/pages/Profile.tsx b/client/pages/Profile.tsx index 79fe2256..90c1a72d 100644 --- a/client/pages/Profile.tsx +++ b/client/pages/Profile.tsx @@ -332,6 +332,14 @@ export default function Profile() { {profile?.full_name || 'User Profile'}

{user?.email}

+
+ + Current streak: {currentStreak}d + + + Longest streak: {longestStreak}d + +