-
-
-
- {/* This is ugly - but regular {" "} doesn't work here*/}
-
- environment is{' '}
- {env.enabled ? 'enabled' : 'disabled'}
-
-
- );
-
const envIsDisabled = (projectName: string) => {
return isOss() && projectName === 'default';
};
- const renderEnvironments = () => {
- return (
-