diff --git a/client/src/app/pages/applications/components/application-detail-drawer/application-detail-drawer.tsx b/client/src/app/pages/applications/components/application-detail-drawer/application-detail-drawer.tsx index ef1c13126..93a5ed18e 100644 --- a/client/src/app/pages/applications/components/application-detail-drawer/application-detail-drawer.tsx +++ b/client/src/app/pages/applications/components/application-detail-drawer/application-detail-drawer.tsx @@ -189,8 +189,6 @@ const TabDetailsContent: React.FC<{ const issueReportsQuery = useFetchIssueReports(application.id); const { result: { data, total: totalReportCount }, - isFetching: isFetchingReports, - fetchError: reportsFetchError, } = issueReportsQuery; const currentPageReports = data as ( | AnalysisRuleReport