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.
1 parent d85074b commit 48fd9e5Copy full SHA for 48fd9e5
apps/OpenSign/src/constant/const.js
@@ -9,5 +9,4 @@ export const modalSubmitBtnColor = "#17a2b8";
9
export const modalCancelBtnColor = "white";
10
export const themeColor = "#47a3ad";
11
export const iconColor = "#686968";
12
-export const isEnableSubscription = false;
13
-// process.env.REACT_APP_ENABLE_SUBSCRIPTION;
+export const isEnableSubscription = process.env.REACT_APP_ENABLE_SUBSCRIPTION;
0 commit comments