diff --git a/apps/OpenSign/src/components/AddUser.js b/apps/OpenSign/src/components/AddUser.js index f1c77eb1c..b849580a4 100644 --- a/apps/OpenSign/src/components/AddUser.js +++ b/apps/OpenSign/src/components/AddUser.js @@ -336,16 +336,18 @@ const AddUser = (props) => {
{!isEnableSubscription || allowedUser > 0 ? (
-

- {t("remaing-users")}{" "} - - {allowedUser} {t("of")} {planInfo.totalAllowedUser} - -

+ {isEnableSubscription && ( +

+ {t("remaing-users")}{" "} + + {allowedUser} {t("of")} {planInfo.totalAllowedUser} + +

+ )}