mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-31 06:01:24 +00:00
fix
This commit is contained in:
@@ -1031,7 +1031,7 @@ export const Group = ({
|
|||||||
if (
|
if (
|
||||||
!secretKeyPublishDate ||
|
!secretKeyPublishDate ||
|
||||||
!memberCountFromSecretKeyData ||
|
!memberCountFromSecretKeyData ||
|
||||||
members.length === 0
|
members?.length === 0
|
||||||
)
|
)
|
||||||
return false;
|
return false;
|
||||||
const isDiffMemberNumber =
|
const isDiffMemberNumber =
|
||||||
|
Reference in New Issue
Block a user