Remove redundant tooltip for card type (#10145)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2025-10-24 18:49:27 +07:00
committed by GitHub
parent c6706903f7
commit 564223c6d7
@@ -54,7 +54,7 @@
<div class="labels">
{#if client.getHierarchy().isDerived(navItem._class, cardPlugin.class.Card)}
{@const label = client.getHierarchy().getClass(doc?._class ?? navItem._class).label}
<span class="title--bold overflow-label clear-mins" use:tooltip={{ label }}>
<span class="title--bold overflow-label clear-mins">
<Label {label} />
</span>
{#if doc}