frontend/src/components/ContextMenu/JupyterHubLink.js
Showing 2 of 2 total issues
Function JupyterHubLink
has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring. Open
Open
const JupyterHubLink = (props: Props) => { const { disabled, file, url, jupyterUserName, } = props; console.log(file);
- Read upRead up
Function JupyterHubLink
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const JupyterHubLink = (props: Props) => { const { disabled, file, url, jupyterUserName, } = props; console.log(file);