RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/views/room/body/hooks/useLeaderBanner.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useLeaderBanner has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useLeaderBanner = () => {
    const [hideLeaderHeader, setHideLeaderHeader] = useState(false);

    const wrapperBoxRef = useRef<HTMLDivElement>(null);

Severity: Minor
Found in apps/meteor/client/views/room/body/hooks/useLeaderBanner.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status