diff --git a/lxl-web/src/lib/utils/xl.ts b/lxl-web/src/lib/utils/xl.ts index de85c5a69..535dbae21 100644 --- a/lxl-web/src/lib/utils/xl.ts +++ b/lxl-web/src/lib/utils/xl.ts @@ -134,7 +134,7 @@ export interface DerivedLensTypeDefinition { name: DerivedLensType; // use the first of these found as the base base: LensType[]; - // remove all showProperties from these + // remove all showProperties from the first of these that is found minus: LensType[]; }