diff --git a/client/src/pages/openalex-ror/results/index.jsx b/client/src/pages/openalex-ror/results/index.jsx index 50d2bd2..06e1370 100644 --- a/client/src/pages/openalex-ror/results/index.jsx +++ b/client/src/pages/openalex-ror/results/index.jsx @@ -299,81 +299,97 @@ export default function Affiliations() { {!isFetching && isFetched && ( - - - - - - -
-
-
- - {`Start: ${body.startYear}`} - - - {`End: ${body.endYear}`} - -
- -
- - -
-
-
- {body.affiliations.map((affiliation) => ( - - - {affiliation.label} - - {affiliation.children.map((child) => ( + +
+ + + + + + +
+
+
+ + {`Start: ${body.startYear}`} + + + {`End: ${body.endYear}`} + +
+ +
+ + +
+
+
+ {body.affiliations.map((affiliation) => ( + - {child.label} + {affiliation.label} - ))} - - ))} -
- -
+ {affiliation.children.map((child) => ( + + {child.label} + + ))} + + ))} +
+ +
+
+ -
+
setIsModalOpen((prev) => !prev)} @@ -442,7 +458,7 @@ export default function Affiliations() { uniqueRor.rorId, ) ? ( <> -