crane-cloud/frontend

View on GitHub
src/components/Forms/CreateAppForm.tsx

Summary

Maintainability
A
25 mins
Test Coverage

Showing 1 of 1 total issue

Function EnvironmentVariablesTable has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
Open

export const EnvironmentVariablesTable = ({
envVariables,
}: {
envVariables: EnvVariable[];
}) => {
Severity: Minor
Found in src/components/Forms/CreateAppForm.tsx - About 25 mins to fix

There are no issues that match your filters.

Category
Status