added new mechanic that allows the wd to be stronger

This commit is contained in:
Olivier Gagnon
2021-11-20 01:30:45 -05:00
parent 3ab3106634
commit faa9b87733
7 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -753,7 +753,7 @@ export function SidebarRoot(props: IProps): React.ReactElement {
<Typography color={props.page !== Page.Options ? "secondary" : "primary"}>Options</Typography>
</ListItemText>
</ListItem>
{true && (
{process.env.NODE_ENV === "development" && (
<ListItem
classes={{ root: classes.listitem }}
button