Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Oct 31, 2023
1 parent 8823533 commit 74c4fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/taxonomy/taxonomy-detail/TaxonomyDetailPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import ExportModal from '../modals/ExportModal';
import { useTaxonomyDetailDataResponse, useTaxonomyDetailDataStatus } from '../api/hooks/selectors';

const TaxonomyDetailPage = () => {
const intl = useIntl()
const intl = useIntl();
const { taxonomyId } = useParams();

const useTaxonomyDetailData = () => {
Expand Down

0 comments on commit 74c4fb9

Please sign in to comment.