Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/containers/AppWithClusters/AppWithClusters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react';
import type {Store} from '@reduxjs/toolkit';
import type {History} from 'history';

import {getLogsLink as getLogsLinkDefault} from '../../utils/logs';
import type {
GetLogsLink,
GetMonitoringClusterLink,
Expand Down Expand Up @@ -32,7 +31,7 @@ export interface AppWithClustersProps {
export function AppWithClusters({
store,
history,
getLogsLink = getLogsLinkDefault,
getLogsLink,
getMonitoringLink = getMonitoringLinkDefault,
getMonitoringClusterLink = getMonitoringClusterLinkDefault,
userSettings,
Expand Down
51 changes: 0 additions & 51 deletions src/utils/__test__/logs.test.ts

This file was deleted.

36 changes: 0 additions & 36 deletions src/utils/logs.ts

This file was deleted.

Loading