diff --git a/frontend/src/components/ViewControls.vue b/frontend/src/components/ViewControls.vue index 0c2e2dc8..653e3b12 100644 --- a/frontend/src/components/ViewControls.vue +++ b/frontend/src/components/ViewControls.vue @@ -543,7 +543,7 @@ function getIcon(icon, type) { if (isEmoji(icon)) { return h('div', icon) } else if (!icon && type === 'group_by') { - return h(DetailsIcon, { class: 'size-4' }) + return DetailsIcon } return icon || 'list' }