diff --git a/hypha/apply/funds/templates/funds/application_base.html b/hypha/apply/funds/templates/funds/application_base.html
index 6b178421c973dce067beba1b9cbe41a4582f1cb1..a0cdf4fb6aaf8a68bc94198a16f58b076faf276c 100644
--- a/hypha/apply/funds/templates/funds/application_base.html
+++ b/hypha/apply/funds/templates/funds/application_base.html
@@ -49,7 +49,7 @@
                     {% endif %}
                 {% else %}
                     {% if field.group_number > 1 %}
-                        <div class="field-group-{{ field.group_number }}{% if not show_all_group_fields %} js-hidden{% endif %}">
+                        <div class="field-group-{{ field.group_number }}">
                             {{ field.block }}
                         </div>
                     {% else %}