Skip to content

Commit

Permalink
style(ui-thematic-trimming): remove useless comments `noinspection Sp…
Browse files Browse the repository at this point in the history
…ellCheckingInspection`
  • Loading branch information
laurent-laporte-pro committed Apr 2, 2024
1 parent 3c85021 commit c0160de
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -103,7 +102,6 @@ export interface ThematicTrimmingFormFields {
other5Level?: boolean;
}

// noinspection SpellCheckingInspection
const keysMap: Record<keyof ThematicTrimmingFormFields, string> = {
ovCost: "OV. COST",
opCost: "OP. COST",
Expand Down

0 comments on commit c0160de

Please sign in to comment.