You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/biorepo_components/BiorepoCollectionPageContent.jsx
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,14 @@ export default function BiorepoCollectionPageContent() {
20
20
// Extract and filter specs based on "Protocol" in specDescription
21
21
constallFilteredSpecs=responses.flatMap((response)=>response.data?.specs?.filter((spec)=>spec.specDescription.includes('Protocol and Procedure'))||[]);
0 commit comments