Skip to content

Commit

Permalink
Correction after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jul 1, 2024
1 parent f2cf6f9 commit 0d2eda8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/base/src/panelview/components/layers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ function LayersBodyComponent(props: IBodyProps): JSX.Element {
onClick={onItemClick}
/>
) : (
<LayersGroupComponent
<LayerGroupComponent
gisModel={model}
group={layer}
onClick={onItemClick}
Expand All @@ -150,7 +150,7 @@ function LayersBodyComponent(props: IBodyProps): JSX.Element {
/**
* Properties of the layer group component.
*/
interface ILayersGroupProps {
interface ILayerGroupProps {
gisModel: IJupyterGISModel | undefined;
group: IJGISLayerGroup | undefined;
onClick: (item?: string) => void;
Expand Down

0 comments on commit 0d2eda8

Please sign in to comment.