mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
fix(compliance): invert compliance condition
This commit is contained in:
parent
5a404c6c2b
commit
996d86e5ea
1 changed files with 4 additions and 3 deletions
|
@ -148,14 +148,15 @@
|
|||
- field: compliance
|
||||
label:
|
||||
name: Compliance
|
||||
positive: No
|
||||
negative: ...
|
||||
positive: ...
|
||||
negative: No
|
||||
condition:
|
||||
exists: false
|
||||
exists: true
|
||||
points: 5
|
||||
- field: default_privacy
|
||||
label:
|
||||
name: Default Privacy
|
||||
|
||||
positive: YES
|
||||
negative: No
|
||||
condition:
|
||||
|
|
Loading…
Reference in a new issue