SERVER-52576 Added libdeps graph visualizer web service with basic features.
This commit is contained in:
committed by
Evergreen Agent
parent
dac6c3ae77
commit
27aecefac7
@@ -0,0 +1,4 @@
|
||||
export default function SwitchComponents({ active, children }) {
|
||||
// Switch all children and return the "active" one
|
||||
return children.filter((child) => child.props.name == active);
|
||||
}
|
||||
Reference in New Issue
Block a user