mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
Merge pull request #839 from web3privacy/dk/compliance-condition
fix(compliance): invert compliance condition
This commit is contained in:
commit
a5f7307ef7
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