From a271489060d06c4ed18a9fb7baef993fbe49e42b Mon Sep 17 00:00:00 2001 From: yoution Date: Wed, 6 Oct 2021 20:36:19 +0800 Subject: [PATCH] fix: issue #35 --- src/routers/challenge-detail/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");