Skip to content

Commit

Permalink
fix: show related concepts not in fdk
Browse files Browse the repository at this point in the history
  • Loading branch information
terjesyl committed Nov 29, 2023
1 parent a6cce44 commit 7241acb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/dataset-details-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,8 @@ const DatasetDetailsPage: FC<Props> = ({
</KeyValueList>
</ContentSection>
)}
{referencedConcepts.length > 0 && (
{(referencedConcepts.length > 0 ||
subjectsNotInRefConcepts.length > 0) && (
<ContentSection
id='concept-references'
title={
Expand Down

0 comments on commit 7241acb

Please sign in to comment.