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
|
||||
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