mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
bug fix
This commit is contained in:
@@ -762,6 +762,7 @@ export const Group = ({
|
||||
const getMembers = async (groupId) => {
|
||||
try {
|
||||
const res = await getGroupMembers(groupId);
|
||||
if(groupId !== selectedGroupRef.current?.groupId) return
|
||||
setMembers(res);
|
||||
} catch (error) {}
|
||||
};
|
||||
@@ -773,7 +774,6 @@ export const Group = ({
|
||||
}, [selectedGroup?.groupId]);
|
||||
|
||||
const shouldReEncrypt = useMemo(() => {
|
||||
|
||||
if (triedToFetchSecretKey && !secretKeyPublishDate) return true;
|
||||
if (
|
||||
!secretKeyPublishDate ||
|
||||
|
Reference in New Issue
Block a user