Don't flag websites on residential buildings

This commit is contained in:
Quincy Morgan
2019-04-24 15:21:49 -07:00
parent 13f7e536dc
commit 6a9c7b97a8
+1 -3
View File
@@ -32,11 +32,9 @@ export function validationPrivateData() {
'contact:email': true,
'contact:fax': true,
'contact:phone': true,
'contact:website': true,
email: true,
fax: true,
phone: true,
website: true
phone: true
};