user_groups: Remove unnecessary "hide" class.

There is no need for "hide" class in ".user_group_settings_wrapper"
element as we hide the ".right .settings" element in JS using jquery
"hide" and we also do not remove the "hide" class while showing the
group settings because we use the jquery "show" function for it.
This commit is contained in:
Sahil Batra 2023-11-24 19:50:30 +05:30 committed by Tim Abbott
parent e7dffc7cbe
commit db99b3f7fe

View File

@ -6,7 +6,7 @@
{{/if}}
</div>
</div>
<div class="user_group_settings_wrapper hide" data-group-id="{{group.id}}">
<div class="user_group_settings_wrapper" data-group-id="{{group.id}}">
<div class="inner-box">
<div class="group_general_settings group_setting_section">