mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
add length
This commit is contained in:
parent
f6bf6cc8dc
commit
c8b3e5bae5
@ -405,7 +405,7 @@ async confirmRelationship(){
|
||||
|
||||
const findMintingAccountsFromUser = this.mintingAccountData.filter((ma) => ma.recipientAccount === address && ma.mintingAccount === address);
|
||||
|
||||
if(findMintingAccountsFromUser > 2){
|
||||
if(findMintingAccountsFromUser.length > 2){
|
||||
this.errorMsg = translate("startminting.smchange10")
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user