diff --git a/src/components/gym/GymApplication.tsx b/src/components/gym/GymApplication.tsx index 6bc9080864ac36617c99462b20736de1eb7f135a..94516dd573dfc879caa952fe0ab822243dfe566f 100644 --- a/src/components/gym/GymApplication.tsx +++ b/src/components/gym/GymApplication.tsx @@ -80,6 +80,7 @@ function GymApplication({ gym }: { gym: GymReturned }) { try { await applyMutation({ application_description: description, + email: user.email, gym_id: gym.id, gym_name: gym.name, trainer_description: user.description,