frontend/src/components/FileBrowserControls/FileBrowserControls.js
Showing 1 of 1 total issue
Function FileBrowserControls
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const FileBrowserControls = (props: Props) => { const { handleRefresh, id, showDotfiles, toggleDotfiles, path, } = props;