Skip to content

Commit a271489

Browse files
committed
fix: issue #35
1 parent 4737bc5 commit a271489

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)