Commit f4d5b492 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Fixing lint

1 merge request!469Fix/comments media gallery 1601
Pipeline #81160765 passed with stages
in 49 minutes and 33 seconds
......@@ -42,11 +42,12 @@
<p
class="m-comments--start-conversation-label"
*ngIf="
!inProgress
&& !error
&& comments?.length === 0
&& parent.type == 'activity'
&& (activityService.allowComment$ | async)"
!inProgress &&
!error &&
comments?.length === 0 &&
parent.type == 'activity' &&
(activityService.allowComment$ | async)
"
i18n="@@MINDS__COMMENTS__START_CONVERSATION"
>
Start the conversation!
......
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