Commit 032dc9ae authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

fixing comment allowComment access leve

1 merge request!426(Feat) disable comments 526
Pipeline #69934455 running with stages
......@@ -26,7 +26,7 @@ export class CommentButton implements OnInit, OnDestroy {
object;
protected activityChangedSubscription: Subscription;
protected allowComments = true;
public allowComments = true;
constructor(
public client: Client,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment