feat: learning mentor mgmt UI

This commit is contained in:
Reto Aebersold 2023-12-12 11:03:43 +01:00
parent 2a8b3198b2
commit c042360cba
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ const removeMentor = async (mentorId: string) => {
{{ $t("a.Die Einladung wurde noch nicht angenommen.") }}
</div>
</div>
<button @click="removeInvitation(invitation.id)" class="underline">
<button class="underline" @click="removeInvitation(invitation.id)">
{{ $t("a.Entfernen") }}
</button>
</div>
@ -98,7 +98,7 @@ const removeMentor = async (mentorId: string) => {
{{ learningMentor.mentor.email }}
</div>
</div>
<button @click="removeMentor(learningMentor.id)" class="underline">
<button class="underline" @click="removeMentor(learningMentor.id)">
{{ $t("a.Entfernen") }}
</button>
</div>