mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-07-31 04:51:58 +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;
|
||||
}
|
||||
if (
|
||||
selectedModule?.id !== useCases.APM.id &&
|
||||
environment.id === 'docker'
|
||||
) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<Card
|
||||
|
@ -14,7 +14,6 @@ export function extractDomain(email: string): string {
|
||||
|
||||
export const isCloudUser = (): boolean => {
|
||||
const { hostname } = window.location;
|
||||
return true;
|
||||
|
||||
return hostname?.endsWith('signoz.cloud');
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user