diff --git a/app/assets/javascripts/discourse/app/templates/components/group-card-contents.hbs b/app/assets/javascripts/discourse/app/templates/components/group-card-contents.hbs index 6c07de9a816..cccc5b73922 100644 --- a/app/assets/javascripts/discourse/app/templates/components/group-card-contents.hbs +++ b/app/assets/javascripts/discourse/app/templates/components/group-card-contents.hbs @@ -43,10 +43,8 @@ - {{#if group.bio_cooked}} -
-
{{html-safe group.bio_cooked}}
-
+ {{#if this.group.bio_excerpt}} +
{{html-safe this.group.bio_excerpt}}
{{/if}} {{#if group.members}}