Skip to content

Commit

Permalink
chore: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hoeppner-dataport committed Feb 5, 2025
1 parent d123f72 commit d062899
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/feature/room/RoomMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
:aria-label="t('pages.roomDetails.ariaLabels.menu')"
data-testid="room-menu"
>
<!-- data-testid="room-action-edit" -->
<KebabMenuActionEdit
v-if="canEditRoom"
@click="() => $emit('room:edit')"
Expand All @@ -23,7 +22,6 @@
:name="roomName"
/>

<!-- data-testid="room-action-leave-room" -->
<KebabMenuActionLeaveRoom
v-if="canLeaveRoom"
@click="() => $emit('room:leave')"
Expand Down

0 comments on commit d062899

Please sign in to comment.