From 1df19758deec4ff455975e8b464b6cc4bae09d97 Mon Sep 17 00:00:00 2001 From: Liana Harris <46411498+LianaHarris360@users.noreply.github.com> Date: Fri, 18 Oct 2024 10:32:35 -0500 Subject: [PATCH 1/4] Update how the attemptLog for the current section and mobile selection options are computed --- .../core/assets/src/views/AttemptLogList.vue | 38 +++++++++++++++---- 1 file changed, 30 insertions(+), 8 deletions(-) diff --git a/kolibri/core/assets/src/views/AttemptLogList.vue b/kolibri/core/assets/src/views/AttemptLogList.vue index 8384f05a441..47ed87c8115 100644 --- a/kolibri/core/assets/src/views/AttemptLogList.vue +++ b/kolibri/core/assets/src/views/AttemptLogList.vue @@ -38,15 +38,16 @@ @@ -62,7 +63,7 @@ v-for="(section, index) in sections" :id="`section-questions-${index}`" :key="`section-questions-${index}`" - :title="displaySectionTitle(section, index)" + :title="displaySectionTitle(section, index) || ''" @focus="expand(index)" >