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.
2 parents c956964 + c37ad14 commit f8c3c37Copy full SHA for f8c3c37
src/routers/challenge-detail/index.jsx
@@ -7,7 +7,7 @@ import AuthComponent from "containers/auth-component";
7
import ErrorMessage from "containers/ErrorMessage";
8
import "utils/loading-indicator-animation";
9
10
-if (process.env.APPENV === "production") {
+if (process.env.APPMODE === "production") {
11
require("topcoder-react-ui-kit/dist/prod/style.css");
12
} else {
13
require("topcoder-react-ui-kit/dist/dev/style.css");
0 commit comments