Spaces:
Paused
Paused
Update flare-ui/src/app/components/chat/realtime-chat.component.html
Browse files
flare-ui/src/app/components/chat/realtime-chat.component.html
CHANGED
@@ -59,8 +59,9 @@
|
|
59 |
class="audio-visualizer"
|
60 |
width="600"
|
61 |
height="100"
|
62 |
-
[class.active]="
|
63 |
</canvas>
|
|
|
64 |
</mat-card-content>
|
65 |
|
66 |
<mat-card-actions>
|
|
|
59 |
class="audio-visualizer"
|
60 |
width="600"
|
61 |
height="100"
|
62 |
+
[class.active]="isConversationActive">
|
63 |
</canvas>
|
64 |
+
|
65 |
</mat-card-content>
|
66 |
|
67 |
<mat-card-actions>
|