Fix references to public report reporter contact methods
This commit is contained in:
parent
1c8b13b31e
commit
0256b9bb42
6 changed files with 46 additions and 30 deletions
|
|
@ -248,8 +248,8 @@ const hasCompleteResponse = computed(() => {
|
|||
r.images.length > 0 ||
|
||||
r.permission_type == PermissionType.GRANTED ||
|
||||
r.reporter.name ||
|
||||
r.reporter.phones.length ||
|
||||
r.reporter.emails.length
|
||||
r.reporter.phone.e164 != "" ||
|
||||
r.reporter.email
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue