mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 16:13:49 +01:00
enable dev for beta
This commit is contained in:
parent
15a03dd532
commit
8e5c10cc2f
@ -751,7 +751,7 @@ export function SidebarRoot(props: IProps): React.ReactElement {
|
||||
<Typography color={props.page !== Page.Options ? "secondary" : "primary"}>Options</Typography>
|
||||
</ListItemText>
|
||||
</ListItem>
|
||||
{process.env.NODE_ENV === "development" && (
|
||||
{true && (
|
||||
<ListItem
|
||||
classes={{ root: classes.listitem }}
|
||||
button
|
||||
|
Loading…
Reference in New Issue
Block a user