Skip to content

Commit

Permalink
code comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nilscb committed Sep 11, 2023
1 parent 27f96e8 commit 10922cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ export default class WellsLayer extends CompositeLayer<WellsLayerProps> {
);

if (this.props.optimizedRendering && this.props.optimizedInteraction) {
return [colors] as unknown as LayersList;
return [colors];
} else {
return [
outline,
Expand Down

0 comments on commit 10922cc

Please sign in to comment.