dashpresshq/dashpress

View on GitHub
src/frontend/views/settings/Variables/configurations.store.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function useRevealedCredentialsList has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useRevealedCredentialsList = (
  group: IntegrationsConfigurationGroup
) => {
  const rootPassword = usePasswordStore((state) => state.password);
  const queryClient = useQueryClient();
Severity: Minor
Found in src/frontend/views/settings/Variables/configurations.store.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status