fix bug 67425

This commit is contained in:
namushka 2024-04-15 14:15:05 +03:00
parent 1ef180a82a
commit 68478e5c7d

View File

@ -51,7 +51,7 @@ const useGroups = ({
fetchGroups(newFilter, true, true) fetchGroups(newFilter, true, true)
.catch((err) => { .catch((err) => {
console.err(err); console.error(err);
}) })
.finally(() => setIsLoading(false)); .finally(() => setIsLoading(false));
}, [isAccountsPage, isGroupsAccounts, location.pathname, location.search]); }, [isAccountsPage, isGroupsAccounts, location.pathname, location.search]);