We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b202137 commit 18451e5Copy full SHA for 18451e5
packages/common-ui/src/components/StudySession.vue
@@ -1,13 +1,9 @@
1
<template>
2
<div v-if="sessionPrepared" class="StudySession">
3
<v-row align="center">
4
- <v-col>
5
- <h1 class="text-h3">
6
- {{ courseNames[courseID] }}:
7
- <v-progress-circular v-if="loading" color="primary" indeterminate size="32" width="4" />
8
- </h1>
9
- <v-spacer></v-spacer>
10
- </v-col>
+ <h1 class="text-h3" v-if="courseNames[courseID]">{{ courseNames[courseID] }}:</h1>
+ <v-spacer></v-spacer>
+ <v-progress-circular v-if="loading" color="primary" indeterminate size="32" width="4" />
11
</v-row>
12
13
<br />
0 commit comments