We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be14f5d commit 21914adCopy full SHA for 21914ad
1 file changed
frontend/src2/components/IconPicker.vue
@@ -45,7 +45,6 @@ const clearIcon = () => {
45
:is="iconMap[model as keyof typeof iconMap]"
46
class="h-4 w-4 fill-current stroke-0"
47
/>
48
-
49
<span v-else-if="model" class="text-lg leading-none">
50
{{ model }}
51
</span>
0 commit comments