scripts/extensions/sams/src/utils/ui.tsx
Function getAssetStateLabel
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export function getAssetStateLabel(assetState: ASSET_STATE) {
const {gettext} = superdeskApi.localization;
switch (assetState) {
case ASSET_STATE.INTERNAL: