remove a couple tooltips that render incorrectly

This commit is contained in:
Ahmed Awan
2024-05-03 10:40:08 -05:00
parent bb24c23650
commit 2866345e8c
@@ -272,17 +272,13 @@ async function loadMore(noScroll = false) {
</Heading>
<i
v-if="props.multiple && isPinned(history.id)"
v-b-tooltip.noninteractive.hover
title="This history is currently pinned in the multi-history view">
(currently pinned)
</i>
</div>
<TextSummary v-else component="h4" :description="history.name" one-line-summary />
<div class="d-flex align-items-center flex-gapx-1">
<BBadge
v-b-tooltip.noninteractive.hover
pill
:title="localize('Amount of items in history')">
<BBadge pill :title="localize('Amount of items in history')">
{{ history.count }} {{ localize("items") }}
</BBadge>
<BBadge