Skip to content
Snippets Groups Projects
Commit a8259f79 authored by Ewen Le Bihan's avatar Ewen Le Bihan
Browse files

fix(groups): group pages not loading

parent cfdecac0
Branches
Tags v1.16.3
No related merge requests found
......@@ -9,7 +9,7 @@
<div
{...$$restProps}
use:tooltip={{ content: title, trigger: 'mouseenter focus click' }}
use:tooltip={title ? { content: title, trigger: 'mouseenter focus click' } : undefined}
class="badge {theme === 'info' ? 'primary' : theme}"
>
{#if theme === 'success'}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment