new-client/src/components/JoinIRCChannel.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Search has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const Search: FunctionComponent = () => {
  const navigate = useNavigate();
  const toast = useToast();
  const { windowStore } = useContext(ServerContext);
  const [name, setName] = useState<string>('');
Severity: Minor
Found in new-client/src/components/JoinIRCChannel.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status