From bad9ed192673801a44e16ae9b37848871e7610cf Mon Sep 17 00:00:00 2001 From: Livio Bieri Date: Fri, 15 Dec 2023 13:28:35 +0100 Subject: [PATCH] fix: small screen --- .../src/pages/cockpit/cockpitPage/mentor/MentorParticipants.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/pages/cockpit/cockpitPage/mentor/MentorParticipants.vue b/client/src/pages/cockpit/cockpitPage/mentor/MentorParticipants.vue index 4b0b22a8..c8fd6d15 100644 --- a/client/src/pages/cockpit/cockpitPage/mentor/MentorParticipants.vue +++ b/client/src/pages/cockpit/cockpitPage/mentor/MentorParticipants.vue @@ -11,7 +11,7 @@ const { summary } = useMentorCockpit(courseSession.value.id);