From 085530f759b6494690a199f7d72db4142cec770c Mon Sep 17 00:00:00 2001 From: Dan Clark Date: Fri, 8 May 2020 14:53:39 -0700 Subject: [PATCH] Fix build break from wrong param passed to (#88) * Remove openUIName causing build breaks for concept only present in semantic * Add back the openUIName, fix in concepts.js by passing uniqueName instead of openUIName --- research/src/components/concepts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/research/src/components/concepts.js b/research/src/components/concepts.js index 3049208aa..9e85b9f52 100644 --- a/research/src/components/concepts.js +++ b/research/src/components/concepts.js @@ -43,13 +43,13 @@ const Concepts = ({ component }) => { )} {hasOtherNames && (
- {uniqueNames.map(otherName => ( + {uniqueNames.map((otherName) => (