superdesk/superdesk-client-core

View on GitHub
scripts/extensions/sams/src/utils/ui.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function getAssetStateLabel has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function getAssetStateLabel(assetState: ASSET_STATE) {
    const {gettext} = superdeskApi.localization;

    switch (assetState) {
    case ASSET_STATE.INTERNAL:
Severity: Minor
Found in scripts/extensions/sams/src/utils/ui.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status