Skip to content

Commit 83b0f9a

Browse files
authored
Merge branch 'main' into 17-create-ror-component
2 parents 23ad559 + 83100dc commit 83b0f9a

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class RORType extends GenericIdentifierType {
143143
}
144144

145145
// Add external references
146-
if (this.rorData.links && this.rorData.relationships.links > 0) {
146+
if (this.rorData.links && this.rorData.links.length > 0) {
147147
for (const link of this.rorData.links) {
148148
if (link.type && link.type.isEmpty()) {
149149
this.items.push(new FoldableItem(35, `Link to ${link.type}`, link.value, 'External link related to the organization'));

0 commit comments

Comments
 (0)