chore: show circle-less experts warning
This commit is contained in:
parent
c7e457d138
commit
36e2b2f3d0
|
|
@ -167,11 +167,19 @@ const courseSessionDetailResult = useCourseSessionDetailQuery();
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="container-large mt-4">
|
<div v-else class="container-large mt-4">
|
||||||
|
<!-- No circle selected -->
|
||||||
<span class="text-lg text-orange-600">
|
<span class="text-lg text-orange-600">
|
||||||
{{ $t("a.Kein Circle verfügbar oder ausgewählt.") }}
|
{{ $t("a.Kein Circle verfügbar oder ausgewählt.") }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue