mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-02-11 17:55:49 +00:00
fix
This commit is contained in:
parent
582265a0bd
commit
323c7b50f1
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user