chore: show circle-less experts warning

This commit is contained in:
Livio Bieri 2023-12-15 13:29:53 +01:00
parent c7e457d138
commit 36e2b2f3d0
1 changed files with 8 additions and 0 deletions

View File

@ -167,11 +167,19 @@ const courseSessionDetailResult = useCourseSessionDetailQuery();
</div>
</div>
<div v-else class="container-large mt-4">
<!-- No circle selected -->
<span class="text-lg text-orange-600">
{{ $t("a.Kein Circle verfügbar oder ausgewählt.") }}
</span>
</div>
</div>
<div v-else class="container-large mt-4">
<span class="text-lg text-orange-600">
<!-- No circle at all (should never happen, mostly
for us to reduce confusion why the cockpit is just empty...) -->
{{ $t("a.Kein Circle verfügbar oder ausgewählt.") }}
</span>
</div>
</div>
</template>