Skip to content

Commit

Permalink
Linting issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
arpit-chakraborty committed Jan 5, 2025
1 parent 3dcb824 commit 6d60b5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/screens/OrganizationTags/OrganizationTags.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,9 +331,5 @@ describe('Organisation Tags Page', () => {
await waitFor(() => {
expect(screen.getByText(translations.noTagsFound)).toBeInTheDocument();
});

const orgUserTagsScrollableDiv = screen.getByTestId(
'orgUserTagsScrollableDiv',
);
});
});
1 change: 0 additions & 1 deletion src/screens/OrganizationTags/OrganizationTagsMocks.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { error } from 'console';
import { CREATE_USER_TAG } from 'GraphQl/Mutations/TagMutations';
import { ORGANIZATION_USER_TAGS_LIST } from 'GraphQl/Queries/OrganizationQueries';
import { TAGS_QUERY_DATA_CHUNK_SIZE } from 'utils/organizationTagsUtils';
Expand Down

0 comments on commit 6d60b5b

Please sign in to comment.