#17 fix anzeige
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
d1026fafbb
commit
94b1d52fbb
@ -31,7 +31,7 @@
|
|||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div v-else>({{ levelSelection[value.level] }})</div>
|
<div v-else><span v-if="value.level">({{ levelSelection[value.level] }})</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="type == 'language'">
|
<div v-else-if="type == 'language'">
|
||||||
<div v-if="editable">
|
<div v-if="editable">
|
||||||
@ -53,7 +53,7 @@
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else></div>
|
<div v-else><span v-if="value.level">({{languagesSelection[value.level]}})</span></div>
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="type == 'contacttype'">
|
<div v-else-if="type == 'contacttype'">
|
||||||
<div v-if="editable">
|
<div v-if="editable">
|
||||||
|
Loading…
Reference in New Issue
Block a user