We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc822c commit 204297eCopy full SHA for 204297e
packages/selenium-ide/src/neo/components/ProjectHeader/index.jsx
@@ -63,7 +63,7 @@ export default class ProjectHeader extends React.Component {
63
<ListMenu width={250} padding={-5} opener={
64
<MoreButton canFocus={true} />
65
}>
66
- <ListMenuItem onClick={this.props.export}>Export to JavaScript code</ListMenuItem>
+ { process.env.NODE_ENV !== "production" && <ListMenuItem onClick={this.props.export}>Export to JavaScript code</ListMenuItem> }
67
<ListMenuItem onClick={() => { UiState.setOptions({ recordNotifications: !UiState.options.recordNotifications }); }}>
68
{UiState.options.recordNotifications ? "Disable record notifications" : "Enable record notifications"}
69
</ListMenuItem>
0 commit comments