From 348e1e36f206c204082b040e561ff6dcd5871f5a Mon Sep 17 00:00:00 2001 From: Mike Lynch <mike@mikelynch.org> Date: Mon, 11 Nov 2019 14:05:00 +1100 Subject: [PATCH] Commmented out affiliation in the viewFields clause --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 4eb3660..b604403 100644 --- a/src/index.js +++ b/src/index.js @@ -38,7 +38,7 @@ let state = { related: [], viewFields: [ {display: "SubDocHorizontal", field: "author", fieldName: 'Author/s'}, - {display: "", field: "affiliation", fieldName: 'Affiliation'}, + //{display: "", field: "affiliation", fieldName: 'Affiliation'}, {display: "", field: "license", fieldName: 'Licence'}, {display: "SubDocDate", field: "datePublished", fieldName: 'Date Published'}, {display: "SubDoc", field: "contactPoint", fieldName: 'Contact Point', template: '${item.name} ${item.email}'}, -- GitLab