Skip to content

Commit 0be3f53

Browse files
committed
fix: review fix
1 parent 463aa07 commit 0be3f53

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/utils/additionalProps.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,6 @@ import type {ETenantType} from '../types/api/tenant';
66

77
import monitoringIcon from '../assets/icons/monitoring.svg';
88

9-
export function getMonitoringLink(
10-
additionalProps?: AdditionalTenantsProps,
11-
name?: string,
12-
type?: ETenantType,
13-
): string | null {
14-
if (!additionalProps?.getMonitoringLink) {
15-
return null;
16-
}
17-
return additionalProps.getMonitoringLink(name, type);
18-
}
19-
209
export function getDatabaseLinks(
2110
additionalProps?: AdditionalTenantsProps,
2211
name?: string,

0 commit comments

Comments
 (0)