Remove debug info
This commit is contained in:
parent
d75fb9e836
commit
a8ac9c2a0a
|
|
@ -54,8 +54,6 @@ const courseProfilesToDropdown = computed(() => {
|
||||||
}}
|
}}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>{{ courseProfilesToDropdown }}</pre>
|
|
||||||
<pre>{{ user.chosen_profile }}</pre>
|
|
||||||
<ItDropdownSelect
|
<ItDropdownSelect
|
||||||
v-model="selectedCourseProfile"
|
v-model="selectedCourseProfile"
|
||||||
:items="courseProfilesToDropdown"
|
:items="courseProfilesToDropdown"
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,6 @@ const filteredCircles = computed(() => {
|
||||||
:class="{ 'bg-gray-200': selectedCircle === circle }"
|
:class="{ 'bg-gray-200': selectedCircle === circle }"
|
||||||
@click="$emit('select-circle', circle)"
|
@click="$emit('select-circle', circle)"
|
||||||
>
|
>
|
||||||
<pre>{{ circle.profiles }}</pre>
|
|
||||||
<LearningPathCircle
|
<LearningPathCircle
|
||||||
:sectors="calculateCircleSectorData(circle)"
|
:sectors="calculateCircleSectorData(circle)"
|
||||||
class="h-10 w-10 snap-center rounded-full bg-white p-0.5"
|
class="h-10 w-10 snap-center rounded-full bg-white p-0.5"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue