Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
anistouri committed Dec 17, 2024
1 parent d3b6624 commit 06ffdaf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/spreadsheet/equipment-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ import {
RowHeightParams,
RowStyle,
} from 'ag-grid-community';
import { AppState, CurrentTreeNode } from '../../redux/reducer';
import { CurrentTreeNode } from '../../redux/reducer';
import { suppressEventsToPreventEditMode } from '../dialogs/commons/utils';
import { useLocalizedCountries } from 'components/utils/localized-countries-hook';
import { FluxConventions } from 'components/dialogs/parameters/network-parameters';
import { useSelector } from 'react-redux';
import { PARAM_FLUX_CONVENTION } from 'utils/config-params';

const PINNED_ROW_HEIGHT = 42;
const DEFAULT_ROW_HEIGHT = 28;
Expand Down

0 comments on commit 06ffdaf

Please sign in to comment.