warrior 1 сар өмнө
parent
commit
6433f3e5d1

+ 1 - 0
projects/live-app/src/modules/live/chat/chat.component.html

@@ -204,3 +204,4 @@
 @if(profile?.id){
 <app-call-modal #call [profile]="profile"></app-call-modal>
 }
+<app-appraise></app-appraise>

+ 2 - 0
projects/live-app/src/modules/live/chat/chat.component.ts

@@ -21,6 +21,7 @@ import {
 import { AiChatService } from '../../../services/aichart.service';
 import { AccountService } from '../../../services/account.service';
 import { CallModalComponent } from '../../../app/components/call-modal/call-modal.component';
+import { AppraiseComponent } from '../../../app/components/appraise/appraise.component';
 
 @Component({
   selector: 'app-chat',
@@ -35,6 +36,7 @@ import { CallModalComponent } from '../../../app/components/call-modal/call-moda
     CommonModule,
     SharedModule,
     CallModalComponent,
+    AppraiseComponent
   ],
   // providers: [DatePipe],
 })