Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
juliahermak committed Nov 12, 2023
1 parent 3386ede commit 62af83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Chat/ChatToolbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:content="numOfNewMessages > 99 ? '99+' : numOfNewMessages"
>
</v-badge>
<v-icon class="padding" icon="mdi-arrow-left" />
<v-icon icon="mdi-arrow-left" />
</v-btn>
<div v-if="!isWelcomeChat(partnerId)">
<slot name="avatar-toolbar" />
Expand Down

0 comments on commit 62af83b

Please sign in to comment.