1
0

Fix oled theme, docs, component bugs

This commit is contained in:
venashial
2022-05-26 19:16:46 -07:00
parent 5d4e06074a
commit 89571d57bd
4 changed files with 35 additions and 21 deletions

View File

@@ -31,7 +31,7 @@
>
{@const option = options[index]}
<Checkbox
checked={value.includes(option.value)}
checked={value && value.includes(option.value)}
on:change={(e) => handleChange(e, option.value)}
>
{#if option.icon && typeof option.icon === 'string'}