diff --git a/project/ws/app/src/lib/routes/app-toc/components/app-toc-home/app-toc-home.component.ts b/project/ws/app/src/lib/routes/app-toc/components/app-toc-home/app-toc-home.component.ts index de39ec333..39e9e3afa 100755 --- a/project/ws/app/src/lib/routes/app-toc/components/app-toc-home/app-toc-home.component.ts +++ b/project/ws/app/src/lib/routes/app-toc/components/app-toc-home/app-toc-home.component.ts @@ -495,7 +495,7 @@ export class AppTocHomeComponent implements OnInit, OnDestroy, AfterViewChecked, if (this.content && this.content.identifier && this.content.primaryCategory) { this.ratingSvc.getRating(this.content.identifier, this.content.primaryCategory, this.userId).subscribe( (res: any) => { - this.userRating = res.result.response[0] + this.userRating = res.result.response this.tocSvc.changeUpdateReviews(true) // this.userRating = { // commentupdatedon: null,