RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/views/admin/integrations/NewZapier.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function NewZapier has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const NewZapier = ({ ...props }) => {
    const t = useTranslation();
    const [script, setScript] = useState<HTMLScriptElement>();

    useEffect(() => {
Severity: Minor
Found in apps/meteor/client/views/admin/integrations/NewZapier.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status