Skip to content

Commit 48fd9e5

Browse files
fix: update isEnableSuscription variable nname
1 parent d85074b commit 48fd9e5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/OpenSign/src/constant/const.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ export const modalSubmitBtnColor = "#17a2b8";
99
export const modalCancelBtnColor = "white";
1010
export const themeColor = "#47a3ad";
1111
export const iconColor = "#686968";
12-
export const isEnableSubscription = false;
13-
// process.env.REACT_APP_ENABLE_SUBSCRIPTION;
12+
export const isEnableSubscription = process.env.REACT_APP_ENABLE_SUBSCRIPTION;

0 commit comments

Comments
 (0)