diff --git a/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue b/aleksis/apps/alsijil/frontend/components/coursebook/statistics/StatisticsForPersonPage.vue
index d4c5fd74e8f84393e269b506300b30dc90a7d42e..b8ccdee760c08dc0696ed5c5059e2e9754fb9a0e 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>