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.
2 parents fb9e37e + 79b05b4 commit 4f48657Copy full SHA for 4f48657
apps/OpenSign/src/components/Header.js
@@ -234,11 +234,13 @@ const Header = ({ showSidebar }) => {
234
<i className="fa-light fa-lock"></i> {t("change-password")}
235
</span>
236
</li>
237
- <li onClick={() => handleConsoleRedirect()}>
238
- <span>
239
- <i className="fa-light fa-id-card"></i> Console
240
- </span>
241
- </li>
+ {isEnableSubscription && (
+ <li onClick={() => handleConsoleRedirect()}>
+ <span>
+ <i className="fa-light fa-id-card"></i> Console
+ </span>
242
+ </li>
243
+ )}
244
{isEnableSubscription && isTeam?.plan === "freeplan" && (
245
<li className="cursor-pointer" onClick={handleMailUsed}>
246
<span>
0 commit comments