Skip to content

Commit

Permalink
* fix long existing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
CalamityC committed Jun 26, 2024
1 parent eeb8faa commit a11d3f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const CoveredEResourcesList = ({
// AGREEMENT ERESOURCES PER PAGE FETCH WITHOUT STATS / FETCH CURRENT AND NEXT PAGE
const {
[currentPage]: { data: agreementEresources = [], isLoading: areEresourcesLoading } = {},
// eslint-disable-next-line no-unused-vars
[currentPage + 1]: { data: nextPageEresources = [], isLoading: isNextPageLoading } = {},
} = useFetchMultiplePages({
getQueryKey: ({ params, pageNum, pathStr }) => ['ERM', 'Agremeent', id, 'getEresources', pageNum, params, pathStr],
Expand Down

0 comments on commit a11d3f4

Please sign in to comment.