src/pages/Apps/AppDetailPage.tsx
Showing 1 of 1 total issue
Function AppDetailPage
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
const AppDetailPage = () => { const { app_id } = useParams(); const { app, loading } = useGetApp(app_id || ""); useSetContainerSize("md");
- Read upRead up