From c96180625bcf118a1e2a9d4c618a4a2682f85ec7 Mon Sep 17 00:00:00 2001
From: Hangzhi Yu <hangzhi@protonmail.com>
Date: Fri, 3 Jan 2025 14:55:18 +0100
Subject: [PATCH] Also show person statistics page checkboxes on mobile devices

---
 .../coursebook/statistics/StatisticsForPersonPage.vue        | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue
index 684e5dacc..13da4c748 100644
--- a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue
+++ b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue
@@ -86,10 +86,7 @@
                     <v-row class="mr-2">
                       <v-col cols="12" md="6" class="pa-0 d-flex">
                         <v-list-item-avatar
-                          v-if="
-                            mode === MODE.PARTICIPATIONS &&
-                            !$vuetify.breakpoint.mobile
-                          "
+                          v-if="mode === MODE.PARTICIPATIONS"
                         >
                           <v-item v-slot="{ active, toggle }" :value="item.id">
                             <v-simple-checkbox
-- 
GitLab