From 4d3c7e5883d0eb39434fc83b2d86e8e177eeb12b Mon Sep 17 00:00:00 2001 From: Julian Leucker <leuckerj@gmail.com> Date: Wed, 4 Dec 2024 12:03:04 +0100 Subject: [PATCH] Reformat --- .../coursebook/statistics/StatisticsForPersonPage.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue index d4c5fd74e..b8ccdee76 100644 --- a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue +++ b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue @@ -66,7 +66,7 @@ <v-icon color="error">$deleteContent</v-icon> </v-btn> </template> - <v-row class="mr-4"> + <v-row class="mr-2"> <v-col cols="12" md="6" class="pa-0"> <v-list-item-content> <v-list-item-title> @@ -153,10 +153,7 @@ v-if="item.extraMark" :extra-mark="item.extraMark" /> - <personal-note-chip - v-if="item.note" - :note="{ note: item.note }" - /> + <personal-note-chip v-if="item.note" :note="item" /> </v-list-item-action> </v-col> </v-row> -- GitLab