Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan-WorkGH committed Dec 13, 2024
1 parent a3afc76 commit 9ac95b7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ type _SubstationLayerProps = {
export type SubstationLayerProps = _SubstationLayerProps & CompositeLayerProps;

export class SubstationLayer extends CompositeLayer<Required<_SubstationLayerProps>> {
// noinspection JSUnusedGlobalSymbols -- it's dynamically get by deck.gl
static readonly layerName = 'SubstationLayer';

// noinspection JSUnusedGlobalSymbols -- it's dynamically get by deck.gl
static readonly defaultProps: DefaultProps<SubstationLayerProps> = {
network: undefined,
geoData: undefined,
Expand Down

0 comments on commit 9ac95b7

Please sign in to comment.