mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
fix
This commit is contained in:
@@ -808,19 +808,16 @@ export const Group = ({
|
||||
}
|
||||
};
|
||||
|
||||
useEffect(()=> {
|
||||
if(!selectedGroup) return
|
||||
getGroupOwner(selectedGroup?.groupId);
|
||||
}, [selectedGroup])
|
||||
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
if (selectedGroup && groupOwner && groupOwner?.isOpen === false) {
|
||||
if (selectedGroup) {
|
||||
setTriedToFetchSecretKey(false);
|
||||
getSecretKey(true);
|
||||
// getGroupOwner(selectedGroup?.groupId);
|
||||
getGroupOwner(selectedGroup?.groupId);
|
||||
}
|
||||
}, [selectedGroup, groupOwner]);
|
||||
}, [selectedGroup]);
|
||||
|
||||
// const handleNotification = async (data)=> {
|
||||
// try {
|
||||
|
Reference in New Issue
Block a user