Skip to content

Commit

Permalink
add back activity item id
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectronicBlueberry committed Oct 30, 2024
1 parent 03b14a1 commit 87fc317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/ActivityBar/ActivityItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ function onClick(evt: MouseEvent): void {
<Popper reference-is="span" popper-is="span" :placement="tooltipPlacement">
<template v-slot:reference>
<b-nav-item
:id="id"
class="activity-item position-relative my-1 p-2"
:class="{ 'nav-item-active': isActive }"
:link-classes="`variant-${props.variant}`"
Expand Down

0 comments on commit 87fc317

Please sign in to comment.