RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/hooks/useTranslationsForApps.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useTranslationsForApps has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useTranslationsForApps = () => {
    const getAppsLanguages = useEndpoint('GET', '/apps/languages');

    const { isSuccess, data } = useQuery({
        queryKey: ['apps', 'translations'] as const,
Severity: Minor
Found in apps/meteor/client/hooks/useTranslationsForApps.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status