From 3fbf4c7edb6f90d49da0af02d2e40ff0c64d656e Mon Sep 17 00:00:00 2001 From: szymonj98 Date: Wed, 31 May 2023 18:12:36 +0200 Subject: [PATCH] quick fix --- .../facebook-analysis/facebook-analysis.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/demo-models-page/facebook-analysis/facebook-analysis.component.ts b/src/app/demo-models-page/facebook-analysis/facebook-analysis.component.ts index fe3f6f9..7ef2241 100644 --- a/src/app/demo-models-page/facebook-analysis/facebook-analysis.component.ts +++ b/src/app/demo-models-page/facebook-analysis/facebook-analysis.component.ts @@ -57,7 +57,7 @@ export class FacebookAnalysisComponent implements OnInit { this.analysisLoading = false let link = this.link.value this.http.post(environment.facebook, { link: link }).pipe(concatMap((resp: any) => { - if (resp.status) { + if (!resp.status) { this.commentStatus = false; console.log(1) return of({})