diff --git a/AUTHORS.md b/AUTHORS.md index 597db27a7cf..8da7d6f6762 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -99,4 +99,4 @@ If you have contributed to Kolibri, feel free to add your name and Github accoun | Vikramaditya Singh | Ghat0tkach | | Kris Katkus | katkuskris | | Garvit Singhal | GarvitSinghal47 | -| Adars T S | a6ar55 | \ No newline at end of file +| Adars T S | a6ar55 | diff --git a/kolibri/core/assets/src/views/ExamReport/index.vue b/kolibri/core/assets/src/views/ExamReport/index.vue index c8b7deb969e..cc29c10b59c 100644 --- a/kolibri/core/assets/src/views/ExamReport/index.vue +++ b/kolibri/core/assets/src/views/ExamReport/index.vue @@ -187,7 +187,7 @@ mixins: [commonCoreStrings], setup() { const { windowIsSmall } = useKResponsiveWindow(); - return{ + return { windowIsSmall, }; },