This commit is contained in:
Zef Hemel
2022-12-17 09:07:09 +01:00
parent 69ecf6a947
commit f08d52a098
3 changed files with 11 additions and 5 deletions
+5 -3
View File
@@ -209,9 +209,11 @@ export function FilterList({
onSelect(option);
}}
>
<span className="sb-icon">
{Icon && <Icon width={16} height={16} />}
</span>
{Icon && (
<span className="sb-icon">
<Icon width={16} height={16} />
</span>
)}
<span
className="sb-name"
dangerouslySetInnerHTML={{