mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
There was a bug when a user tries to join user group if the there was not a corresponding group row in left panel. This happend when a user tried to open group settings page from group popover. This commit fixes the bug by adding code to check whether the group row is present before calling the functions to show or hide the loading spinners.