Skip to content

Commit

Permalink
Merge pull request #857 from EBISPOT/fix-class-expression
Browse files Browse the repository at this point in the history
Fix class expression
  • Loading branch information
haideriqbal authored Feb 19, 2025
2 parents 3047acd + 2e0e39e commit 1d504bf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions frontend/src/components/ClassExpression.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -263,18 +263,6 @@ export default function ClassExpression({
return <span children={res} />
}

const nsType = expr["http://www.w3.org/1999/02/22-rdf-syntax-ns#type"];
if (nsType) {
return (
<span>
<span className="text-neutral-default">
<ClassExpression currentEntity={currentEntity} ontologyId={ontologyId} entityType={'properties'} expr={nsType} linkedEntities={linkedEntities} />
</span>
</span>
);
}


///
/// 3. owl:Restriction on property
///
Expand Down

0 comments on commit 1d504bf

Please sign in to comment.