mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-01 04:22:02 +08:00
chore: fixed review comments
This commit is contained in:
parent
0c7e63d735
commit
f8477981d8
@ -132,12 +132,6 @@ export default function EnvironmentDetails(): JSX.Element {
|
|||||||
) {
|
) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
if (
|
|
||||||
selectedModule?.id !== useCases.APM.id &&
|
|
||||||
environment.id === 'docker'
|
|
||||||
) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Card
|
<Card
|
||||||
|
@ -14,7 +14,6 @@ export function extractDomain(email: string): string {
|
|||||||
|
|
||||||
export const isCloudUser = (): boolean => {
|
export const isCloudUser = (): boolean => {
|
||||||
const { hostname } = window.location;
|
const { hostname } = window.location;
|
||||||
return true;
|
|
||||||
|
|
||||||
return hostname?.endsWith('signoz.cloud');
|
return hostname?.endsWith('signoz.cloud');
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user