Skip to content

Commit

Permalink
feat(TopBar): show description during call
Browse files Browse the repository at this point in the history
Signed-off-by: DorraJaouad <dorra.jaoued7@gmail.com>
  • Loading branch information
DorraJaouad committed Jan 23, 2024
1 parent 49309f0 commit c74c6f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TopBar/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
class="description">
{{ statusMessage }}
</p>
<template v-if="!isInCall && conversation.description">
<template v-if="conversation.description">
<p v-tooltip.bottom="{
content: renderedDescription,
delay: { show: 500, hide: 500 },
Expand Down

0 comments on commit c74c6f1

Please sign in to comment.