matthew-matvei/freeman

View on GitHub
src/renderer/components/wrappers/DirectoryWrapper.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 55 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public render(): JSX.Element {
        const scrollAreaVertBarStyle: React.CSSProperties = {
            backgroundColor: "rgb(65, 67, 57)"
        };
        const directoryListHeight = this.state.isTerminalOpen ?
Severity: Major
Found in src/renderer/components/wrappers/DirectoryWrapper.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status