From 5155d3c259f01832687e96de80ed92363ad65dbd Mon Sep 17 00:00:00 2001 From: Laurent LAPORTE Date: Fri, 29 Mar 2024 10:53:01 +0100 Subject: [PATCH] style(ui-thematic-trimming): remove useless comments `noinspection SpellCheckingInspection` --- .../General/dialogs/ThematicTrimmingDialog/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/src/components/App/Singlestudy/explore/Configuration/General/dialogs/ThematicTrimmingDialog/utils.ts b/webapp/src/components/App/Singlestudy/explore/Configuration/General/dialogs/ThematicTrimmingDialog/utils.ts index 5b7fa59c73..89569ba05c 100644 --- a/webapp/src/components/App/Singlestudy/explore/Configuration/General/dialogs/ThematicTrimmingDialog/utils.ts +++ b/webapp/src/components/App/Singlestudy/explore/Configuration/General/dialogs/ThematicTrimmingDialog/utils.ts @@ -2,7 +2,6 @@ import * as R from "ramda"; import { StudyMetadata } from "../../../../../../../../common/types"; import client from "../../../../../../../../services/api/client"; -// noinspection SpellCheckingInspection export interface ThematicTrimmingFormFields { ovCost: boolean; opCost: boolean; @@ -103,7 +102,6 @@ export interface ThematicTrimmingFormFields { other5Level?: boolean; } -// noinspection SpellCheckingInspection const keysMap: Record = { ovCost: "OV. COST", opCost: "OP. COST",