diff --git a/wherehows-web/app/components/dataset-compliance.js b/wherehows-web/app/components/dataset-compliance.js
index 6a47de37db..2a59c7018e 100644
--- a/wherehows-web/app/components/dataset-compliance.js
+++ b/wherehows-web/app/components/dataset-compliance.js
@@ -68,7 +68,7 @@ export default Component.extend({
).mapBy('fieldName');
if (fieldNamesAreUnique(fieldNames.sort())) {
- return;
+ return set(this, '_hasBadData', false);
}
// Flag this component's data as problematic
diff --git a/wherehows-web/app/templates/components/dataset-author.hbs b/wherehows-web/app/templates/components/dataset-author.hbs
index f1e42368d1..b9bd823e14 100644
--- a/wherehows-web/app/templates/components/dataset-author.hbs
+++ b/wherehows-web/app/templates/components/dataset-author.hbs
@@ -33,9 +33,13 @@
of Owner Type Owner
+
+
+ Only owners that are not sourced from SCM
can be removed
+ from this list. To remove any such owner(s), please make the change at the
+ source.