diff --git a/bin/populate_env b/bin/populate_env index 280f086f..00849083 100755 --- a/bin/populate_env +++ b/bin/populate_env @@ -62,4 +62,4 @@ echo "$template" | sed \ -e "s/%ANALYTICS_TOKEN%/$analytics_token/" \ -e "s/%META_TITLE%/$meta_title/" \ -e "s/%META_DESCRIPTION%/$meta_description/" \ - > $1 \ No newline at end of file + > $1 diff --git a/src/components/search/concept-modal/tabs/cdes/cde-item.js b/src/components/search/concept-modal/tabs/cdes/cde-item.js index ee7c2719..059d790e 100644 --- a/src/components/search/concept-modal/tabs/cdes/cde-item.js +++ b/src/components/search/concept-modal/tabs/cdes/cde-item.js @@ -77,6 +77,12 @@ export const CdeItem = ({ cde, cdeRelatedConcepts, highlight }) => { } /> +
+ +
{ analyticsEvents.variableLinkClicked(variable.id) } return ( -
- -   - ({ variable.e_link ? { variable.id } : variable.id }) -
- - - -
+ <> +
+ +   + ({variable.e_link ? + {variable.id} : variable.id}) +
+ + + +
    +
  • + Related to CDEs in Tobacco, Alcohol, Prescription medications, and other Substance (TAPS)
  • +
+
+ ) } \ No newline at end of file