From 38e1851c1bd9719d5176621f811447cea22514a3 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 5 Jun 2025 15:54:22 +0300 Subject: [PATCH] Fix rendering of custom attributes without icons (#9171) Signed-off-by: Caranell --- .../setting-resources/src/components/ClassAttributeRow.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/setting-resources/src/components/ClassAttributeRow.svelte b/plugins/setting-resources/src/components/ClassAttributeRow.svelte index 7b7749ba16..6d0421fb86 100644 --- a/plugins/setting-resources/src/components/ClassAttributeRow.svelte +++ b/plugins/setting-resources/src/components/ClassAttributeRow.svelte @@ -53,7 +53,7 @@ - {#if attribute.icon !== undefined} + {#if attribute.icon !== undefined && attribute.icon !== null}