VandyHacks/vaken

View on GitHub
src/client/routes/manage/ActionRenderer.tsx

Summary

Maintainability
A
1 hr
Test Coverage
B
85%

Function createActionRenderer has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function createActionRenderer(
    updateStatus: (s: { status: ApplicationStatus; id: string }) => Promise<void>
): FC<ActionRendererProps> {
    return function ActionRenderer({ rowData: { id, firstName, lastName, status } }) {
        return (
Severity: Minor
Found in src/client/routes/manage/ActionRenderer.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status