From 0dbc95cd0cea84c07de77a8b5061940c07ab235f Mon Sep 17 00:00:00 2001 From: argirok Date: Tue, 13 Sep 2022 12:59:01 +0300 Subject: [PATCH] Role verification: pass the type of the community - fix ri error --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 799a041..84f2479 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -99,7 +99,7 @@ import {DOCUMENT} from "@angular/common"; [contactForm]="contactForm" [sending]="sending"> + [id]="community.communityId" [name]="community.title" [type]="community.type"> `