diff --git a/src/taxonomy/api/hooks/selectors.js b/src/taxonomy/api/hooks/selectors.js index 62aa1859c8..7522dfaed8 100644 --- a/src/taxonomy/api/hooks/selectors.js +++ b/src/taxonomy/api/hooks/selectors.js @@ -60,11 +60,12 @@ export const useTaxonomyDetailDataResponse = (taxonomyId) => { return undefined; }; +/* eslint-disable max-len */ /** * @param {number} taxonomyId * @param {import("../types.mjs").QueryOptions} options * @returns {Pick} - */ + */ /* eslint-enable max-len */ export const useTagListDataStatus = (taxonomyId, options) => { const { error,