We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c860470 commit 38e1851Copy full SHA for 38e1851
plugins/setting-resources/src/components/ClassAttributeRow.svelte
@@ -53,7 +53,7 @@
53
<button class="hulyTableAttr-content__row-dragMenu" on:click|stopPropagation={clickMore}>
54
<IconMoreV2 size={'small'} />
55
</button>
56
- {#if attribute.icon !== undefined}
+ {#if attribute.icon !== undefined && attribute.icon !== null}
57
<div class="hulyTableAttr-content__row-icon">
58
<Icon icon={attribute.icon} size={'small'} />
59
</div>
0 commit comments