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
|
- field: compliance
|
||||||
label:
|
label:
|
||||||
name: Compliance
|
name: Compliance
|
||||||
positive: No
|
positive: ...
|
||||||
negative: ...
|
negative: No
|
||||||
condition:
|
condition:
|
||||||
exists: false
|
exists: true
|
||||||
points: 5
|
points: 5
|
||||||
- field: default_privacy
|
- field: default_privacy
|
||||||
label:
|
label:
|
||||||
name: Default Privacy
|
name: Default Privacy
|
||||||
|
|
||||||
positive: YES
|
positive: YES
|
||||||
negative: No
|
negative: No
|
||||||
condition:
|
condition:
|
||||||
|
|
Loading…
Reference in a new issue