Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandros Kalogerakis committed Nov 4, 2024
1 parent e23f2fc commit d502210
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/popup/components/PanelItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
/>
</slot>
</div>
<div v-if="$slots['bottom-right-icon']" class="panel-item-bottom-right">
<slot
name="bottom-right-icon"
/>
</div>
<template v-if="$slots['bottom-right-icon']">
<div class="panel-item-bottom-right">
<slot
name="bottom-right-icon"
/>
</div>
</template>
</BtnBase>
</template>

Expand Down

0 comments on commit d502210

Please sign in to comment.