fix: hide sample solution if learning mentors are present
This commit is contained in:
parent
0f6f61667b
commit
8109446602
|
|
@ -99,5 +99,9 @@ const onSubmit = async () => {
|
||||||
>
|
>
|
||||||
<p>{{ $t("a.Ergebnisse teilen") }}</p>
|
<p>{{ $t("a.Ergebnisse teilen") }}</p>
|
||||||
</ItButton>
|
</ItButton>
|
||||||
<SampleSolution class="pt-8" :assignment="assignment" />
|
<SampleSolution
|
||||||
|
v-if="learningMentors?.length == 0"
|
||||||
|
class="pt-8"
|
||||||
|
:assignment="assignment"
|
||||||
|
/>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue