@@ -102,6 +102,7 @@ function App() {
const handleStartSession = async (plan?: WorkoutPlan, startWeight?: number) => {
if (!currentUser) return;
if (activeSession) return;
// Get latest weight from profile or default
const profile = getCurrentUserProfile(currentUser.id);
The note is not visible to the blocked user.