coronasafe/care_fe

View on GitHub
src/common/Permissions.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

Showing 1 of 1 total issue

Function getPermissions has 135 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function getPermissions(
hasPermission: HasPermissionFn,
permissions: string[],
): Permissions {
return {
Severity: Major
Found in src/common/Permissions.tsx - About 5 hrs to fix
Category
Status