Skip to content

Commit a0cd083

Browse files
maximilianiCopilot
andauthored
Update packages/stencil-library/src/rendererModules/RORType.tsx
Co-authored-by: Copilot <[email protected]>
1 parent efa3860 commit a0cd083

File tree

1 file changed

+2
-2
lines changed
  • packages/stencil-library/src/rendererModules

1 file changed

+2
-2
lines changed

packages/stencil-library/src/rendererModules/RORType.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ export class RORType extends GenericIdentifierType {
9393
}
9494
}
9595

96-
// Add externel references
97-
if (this.rorData.links && this.rorData.relationships.links > 0) {
96+
// Add external references
97+
if (this.rorData.links && this.rorData.links.length > 0) {
9898
for (const link of this.rorData.links) {
9999
if (link.type && link.type.isEmpty()) {
100100
this.items.push(new FoldableItem(35, `Link to ${link.type}`, link.value, 'External link related to the organization'));

0 commit comments

Comments
 (0)