Skip to content

Commit f8c3c37

Browse files
authored
Merge pull request #38 from topcoder-platform/dev
Prod deployment fix
2 parents c956964 + c37ad14 commit f8c3c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routers/challenge-detail/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import AuthComponent from "containers/auth-component";
77
import ErrorMessage from "containers/ErrorMessage";
88
import "utils/loading-indicator-animation";
99

10-
if (process.env.APPENV === "production") {
10+
if (process.env.APPMODE === "production") {
1111
require("topcoder-react-ui-kit/dist/prod/style.css");
1212
} else {
1313
require("topcoder-react-ui-kit/dist/dev/style.css");

0 commit comments

Comments
 (0)