Skip to content

Commit

Permalink
lint corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
devinleighsmith committed Nov 6, 2023
1 parent 2ab12ec commit 1794ebc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { createMemoryHistory } from 'history';
import { noop } from 'lodash';

import { Claims, PropertyTenureTypes } from '@/constants/index';
import { mockLookups } from '@/mocks/lookups.mock';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ describe('PropertyManagementDetailContainer component', () => {
return <></>;
});

const setEditManagementState = jest.fn();

const setup = (
renderOptions?: RenderOptions & { props?: Partial<IPropertyManagementDetailContainerProps> },
) => {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { createMemoryHistory } from 'history';

import { Claims } from '@/constants';
import { PropertyEditForms } from '@/features/mapSideBar/property/PropertyRouter';
import { mockLookups } from '@/mocks/lookups.mock';
import {
getMockApiPropertyManagement,
Expand Down

0 comments on commit 1794ebc

Please sign in to comment.