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