Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Dec 11, 2024
1 parent 81bba84 commit a62ae83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/Events/EventTemplates.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import * as React from 'react';
import { useTranslation } from 'react-i18next';
import { useNavigate } from 'react-router-dom';
import { forkJoin, Observable, of } from 'rxjs';
import { catchError, concatMap, defaultIfEmpty, filter, first, tap } from 'rxjs/operators';
import { catchError, concatMap, defaultIfEmpty, first, tap } from 'rxjs/operators';

const tableColumns: TableColumn[] = [
{
Expand Down
4 changes: 2 additions & 2 deletions src/app/Events/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
*/
import { AgentLiveProbes } from '@app/Agent/AgentLiveProbes';
import { AgentProbeTemplates } from '@app/Agent/AgentProbeTemplates';
import { BreadcrumbPage } from '@app/BreadcrumbPage/BreadcrumbPage';
import { ServiceContext } from '@app/Shared/Services/Services';
import { TargetContextSelector } from '@app/TargetView/TargetContextSelector';
import { useSubscriptions } from '@app/utils/hooks/useSubscriptions';
import { getActiveTab, switchTab } from '@app/utils/utils';
import { Card, CardBody, Tab, Tabs, Tooltip } from '@patternfly/react-core';
Expand All @@ -24,8 +26,6 @@ import { useLocation, useNavigate } from 'react-router-dom';
import { concatMap, filter } from 'rxjs';
import { EventTemplates } from './EventTemplates';
import { EventTypes } from './EventTypes';
import { BreadcrumbPage } from '@app/BreadcrumbPage/BreadcrumbPage';
import { TargetContextSelector } from '@app/TargetView/TargetContextSelector';

export interface EventsProps {}

Expand Down

0 comments on commit a62ae83

Please sign in to comment.