Skip to content

Commit

Permalink
fix: typeerror
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jul 2, 2024
1 parent d30a31b commit 9f7fb54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/components/map/panels/style/LayerStyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { setActiveRightPanel } from "@/lib/store/map/slice";
import ProjectLayerDropdown from "@/components/map/panels/ProjectLayerDropdown";
import { useActiveLayer } from "@/hooks/map/LayerPanelHooks";
import { updateProjectLayer, useProjectLayers } from "@/lib/api/projects";
import type { LayerClassBreaks } from "@/lib/validations/layer";
import {
classBreaks,
type ColorMap,
Expand Down

0 comments on commit 9f7fb54

Please sign in to comment.