Skip to content

Commit

Permalink
Updated Relationships section with codes, names and sources correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Laboso committed May 31, 2024
1 parent 8e91b33 commit c3f2cac
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pages/orgs/[org]/sources/[source]/concepts/[concept]/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,11 +464,6 @@ function ConceptDetail() {
<Table size="small" sx={{ border: "1px solid #D1EEF3" }}>
<TableHead>
<TableRow sx={{ bgcolor: "#D1EEF3" }}>
<TableCell
sx={{ fontWeight: "bold", color: "PrimaryText" }}
>
Select
</TableCell>
<TableCell
sx={{ fontWeight: "bold", color: "PrimaryText" }}
>
Expand Down Expand Up @@ -524,7 +519,7 @@ function ConceptDetail() {
}}
sx={{ color: "#1651B6", cursor: "pointer" }}
>
{entry.cascade_target_concept_name}
{entry.to_concept_name}
</TableCell>
<TableCell
onClick={(ev) => {
Expand All @@ -533,7 +528,7 @@ function ConceptDetail() {
}}
sx={{ cursor: "pointer" }}
>
{entry.cascade_target_source_name}
{entry.to_source_name}
</TableCell>
</TableRow>
))}
Expand Down

0 comments on commit c3f2cac

Please sign in to comment.