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