fix: minor fix
This commit is contained in:
parent
9312384cb7
commit
0f2afd50f8
@ -543,7 +543,7 @@ function getIcon(icon, type) {
|
|||||||
if (isEmoji(icon)) {
|
if (isEmoji(icon)) {
|
||||||
return h('div', icon)
|
return h('div', icon)
|
||||||
} else if (!icon && type === 'group_by') {
|
} else if (!icon && type === 'group_by') {
|
||||||
return h(DetailsIcon, { class: 'size-4' })
|
return DetailsIcon
|
||||||
}
|
}
|
||||||
return icon || 'list'
|
return icon || 'list'
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user