crane-cloud/frontend

View on GitHub
src/pages/Apps/AppDetailPage.tsx

Summary

Maintainability
A
45 mins
Test Coverage

Showing 1 of 1 total issue

Function AppDetailPage has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring.
Open

const AppDetailPage = () => {
const { app_id } = useParams();
const { app, loading } = useGetApp(app_id || "");
useSetContainerSize("md");
 
 
Severity: Minor
Found in src/pages/Apps/AppDetailPage.tsx - About 45 mins to fix
Category
Status