Skip to content

Commit

Permalink
removed parens from tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkcom authored and activeshadow committed Jun 7, 2024
1 parent 60dacd6 commit 74db306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/src/components/StateOfHealth.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
</div>
</div>
<div>
<b-tooltip label="menu for selecting networks (all, network, serial)" type="is-light" multilined>
<b-tooltip label="menu for selecting networks" type="is-light" multilined>
<b-dropdown v-model="showEdgetType" class="is-right" aria-role="list">
<button class="button is-light" slot="trigger">
<b-icon icon="bars"></b-icon>
Expand Down

0 comments on commit 74db306

Please sign in to comment.