Skip to content

Commit

Permalink
style: 🎨 fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fairdataihub-bot committed Oct 18, 2024
1 parent 54f1bd0 commit 058f630
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import FullWidthContainer from "../../containers/FullWidthContainer";
import useGlobalStore from "../../../stores/globalStore";
import DatasetTreeViewRenderer from "../DatasetTreeViewRenderer";



const ManifestEntitySelector = () => {
const setDatasetStructureJSONObj = useGlobalStore((state) => state.setDatasetStructureJSONObj);
const datasetStructureJSONObj = useGlobalStore((state) => state.datasetStructureJSONObj);
Expand Down

0 comments on commit 058f630

Please sign in to comment.