Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SteRiccio committed Feb 8, 2025
1 parent dddfb63 commit 81d3350
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { NodeDefs } from "@openforis/arena-core";
import { Taxa } from "model/Taxa";
import { useTaxa } from "./useTaxa";

import { Taxa } from "model";
import { SurveySelectors } from "state";

import { useItemsFilter } from "../useItemsFilter";
import { SurveySelectors } from "state/survey";
import { useTaxa } from "./useTaxa";

const alwaysIncludeTaxaFunction = (item) =>
[Taxa.unlistedCode, Taxa.unknownCode].includes(item.props.code);
Expand Down

0 comments on commit 81d3350

Please sign in to comment.