Conversation
| {{ organization.description }} | ||
| </p> | ||
| </div> | ||
| {{# if organization.contact.person }} |
There was a problem hiding this comment.
@NNN Why do you use this condition for description area?
There was a problem hiding this comment.
Redundant space if description is not available.
There was a problem hiding this comment.
So what? If organization have the description but don't have the contact person, the area will be empty instead of has description text.
There was a problem hiding this comment.
I think it's okay with redundant space. In future, it will have the cover photo or something else. Don't delete redundant space
There was a problem hiding this comment.
If organization have the description but don't have the contact person, the area is empty instead of has description text.
There was a problem hiding this comment.
And the idea is if we hide something, we need to also to hide markup around this element.
There was a problem hiding this comment.
So change the condition
There was a problem hiding this comment.
I am so sorry, haven't notice a typo. Now fixed.


Closes #2057