diff --git a/apps/OpenSign/src/pages/UserProfile.js b/apps/OpenSign/src/pages/UserProfile.js index 3803e43cf..625e103be 100644 --- a/apps/OpenSign/src/pages/UserProfile.js +++ b/apps/OpenSign/src/pages/UserProfile.js @@ -449,22 +449,22 @@ function UserProfile() { )} - {!isEnableSubscription && ( -
  • - Public profile: -
    - opensign.me/ + {/* {!isEnableSubscription && ( */} +
  • + Public profile: +
    + opensign.me/ - -
    -
  • - )} + + + + {/* )} */}
  • diff --git a/apps/OpenSign/src/primitives/GetReportDisplay.js b/apps/OpenSign/src/primitives/GetReportDisplay.js index 8cf06e6b0..7fb1a0b7f 100644 --- a/apps/OpenSign/src/primitives/GetReportDisplay.js +++ b/apps/OpenSign/src/primitives/GetReportDisplay.js @@ -6,8 +6,8 @@ import ModalUi from "./ModalUi"; import AddSigner from "../components/AddSigner"; import { modalSubmitBtnColor, - modalCancelBtnColor, - isEnableSubscription + modalCancelBtnColor + // isEnableSubscription } from "../constant/const"; import Alert from "./Alert"; import Tooltip from "./Tooltip"; @@ -857,7 +857,8 @@ const ReportTable = (props) => { {props.actions?.length > 0 && ( Action )} - {props.ReportName === "Templates" && !isEnableSubscription && ( + {props.ReportName === "Templates" && ( + // && !isEnableSubscription Public )} @@ -1299,167 +1300,165 @@ const ReportTable = (props) => { )} - {!isEnableSubscription && ( - - {props.ReportName === "Templates" && ( -
    -