Skip to content

Commit

Permalink
Comment out unused block
Browse files Browse the repository at this point in the history
  • Loading branch information
Sensational-Code committed Aug 28, 2024
1 parent 2568c19 commit 4353b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/UserPortal/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="navbar__content__left__item">
<template v-if="currentSession">
<span>{{ currentSession.name }}</span>
<VTooltip :auto-hide="false" :popper-triggers="['hover']">
<!-- <VTooltip :auto-hide="false" :popper-triggers="['hover']">
<Button
v-if="!$appConfigStore.isKioskMode"
class="button--share"
Expand All @@ -41,7 +41,7 @@
@click="handleCopySession"
/>
<template #popper> Copy link to chat session </template>
</VTooltip>
</VTooltip> -->
<Toast position="top-center" />
</template>
<template v-else>
Expand Down

0 comments on commit 4353b13

Please sign in to comment.