Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumbobeaty committed Nov 25, 2024
1 parent 624f7fe commit 3dd4eaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/components/SelectionPanel/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type SelectionPanelProps = {
};

const SelectionPanel: FC<SelectionPanelProps> = ({ selectedLayer, selectedFeature }) => {

const [open, setOpen] = useState(false);

return (
Expand Down

0 comments on commit 3dd4eaf

Please sign in to comment.