feat: circle status cleanup

This commit is contained in:
Reto Aebersold 2024-02-19 13:43:14 +01:00
parent c180fd4406
commit 48d6f7393f
1 changed files with 1 additions and 1 deletions

View File

@ -14,12 +14,12 @@ withDefaults(defineProps<Props>(), {
<template>
<component
v-if="category === 'certificate'"
:is="
completed
? 'it-icon-lc-competence-certificate-checked'
: 'it-icon-lc-competence-certificate'
"
v-if="category === 'certificate'"
class="h-[32px] w-[32px]"
></component>
<div