This commit is contained in:
2020-09-21 18:56:33 +00:00
parent b5c3540a9f
commit 62c1c1396d
2 changed files with 9 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE
//************************************************************
const DEV_MODE = false;
const DEV_MODE = true;
//************************************************************
//**************************************************************
//**************************************************************