mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix: ranking positive compliance value
This commit is contained in:
parent
5ed800eac3
commit
a6ad0a3cfd
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ export const useData = defineStore('data', () => {
|
|||
isValid = value ? true : false
|
||||
}
|
||||
if (ref.field === 'compliance') {
|
||||
negative = value
|
||||
positive = value
|
||||
}
|
||||
|
||||
rankPoints += isValid ? ref.points : 0
|
||||
|
|
Loading…
Reference in a new issue