Spaces:
Running
Running
Update flare-ui/src/app/components/chat/realtime-chat.component.html
Browse files
flare-ui/src/app/components/chat/realtime-chat.component.html
CHANGED
@@ -28,7 +28,7 @@
|
|
28 |
</div>
|
29 |
|
30 |
<!-- Transcription Display -->
|
31 |
-
<div class="transcription-area" *ngIf="currentTranscription || currentState === 'listening'">
|
32 |
<div class="transcription-label">
|
33 |
<mat-icon class="pulse-icon">mic</mat-icon>
|
34 |
<span>Dinleniyor...</span>
|
|
|
28 |
</div>
|
29 |
|
30 |
<!-- Transcription Display -->
|
31 |
+
<div class="transcription-area" *ngIf="(currentTranscription || currentState === 'listening') && isConversationActive">
|
32 |
<div class="transcription-label">
|
33 |
<mat-icon class="pulse-icon">mic</mat-icon>
|
34 |
<span>Dinleniyor...</span>
|