diff --git a/src/routers/challenge-detail/index.jsx b/src/routers/challenge-detail/index.jsx index 8f822f9..862d52b 100644 --- a/src/routers/challenge-detail/index.jsx +++ b/src/routers/challenge-detail/index.jsx @@ -7,7 +7,7 @@ import AuthComponent from "containers/auth-component"; import ErrorMessage from "containers/ErrorMessage"; import "utils/loading-indicator-animation"; -if (process.env.APPENV === "production") { +if (process.env.APPMODE === "production") { require("topcoder-react-ui-kit/dist/prod/style.css"); } else { require("topcoder-react-ui-kit/dist/dev/style.css");