diff --git a/client/src/components/learningMentor/MyMentees.vue b/client/src/components/learningMentor/MyMentees.vue
index 3b70d962..bcc7b0cd 100644
--- a/client/src/components/learningMentor/MyMentees.vue
+++ b/client/src/components/learningMentor/MyMentees.vue
@@ -22,6 +22,7 @@ const removeMyMentee = async (menteeId: string) => {
@@ -42,6 +43,7 @@ const removeMyMentee = async (menteeId: string) => {
-
diff --git a/client/src/components/learningMentor/MyMentors.vue b/client/src/components/learningMentor/MyMentors.vue
index b912f99c..3e47bbf2 100644
--- a/client/src/components/learningMentor/MyMentors.vue
+++ b/client/src/components/learningMentor/MyMentors.vue
@@ -113,6 +113,7 @@ const inviteMentor = async () => {
@@ -129,7 +130,11 @@ const inviteMentor = async () => {
{{ learningMentor.mentor.email }}
-
+
{{ $t("a.Entfernen") }}
diff --git a/client/src/pages/dashboard/MentorPage.vue b/client/src/pages/dashboard/MentorPage.vue
index 9c590ae3..b68420d5 100644
--- a/client/src/pages/dashboard/MentorPage.vue
+++ b/client/src/pages/dashboard/MentorPage.vue
@@ -13,6 +13,7 @@ const dashboardStore = useDashboardStore();