change the way charge works

This commit is contained in:
Olivier Gagnon
2021-10-17 18:59:37 -04:00
parent 4bef2f09a5
commit 35a5e2f343
10 changed files with 66 additions and 39 deletions
+1 -1
View File
@@ -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