Skip to content

Commit

Permalink
Remove the variables that are not being used
Browse files Browse the repository at this point in the history
Signed-off-by: DvoraShechter1 <[email protected]>
  • Loading branch information
DvoraShechter1 committed Oct 31, 2024
1 parent fdc39fe commit 1acde0e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1acde0e

Please sign in to comment.