fix(core): show self hosted license seats (#10146)

This commit is contained in:
JimmFly
2025-02-13 07:58:10 +00:00
parent 3f97203623
commit ea95ff39c5

View File

@@ -163,8 +163,9 @@ export const SelfHostTeamCard = () => {
]()} ]()}
</span> </span>
<span> <span>
{workspaceQuota?.memberCount} {isTeam
{isTeam ? '' : `/${workspaceQuota?.memberLimit}`} ? license?.quantity || ''
: `${workspaceQuota?.memberCount}/${workspaceQuota?.memberLimit}`}
</span> </span>
</div> </div>
</div> </div>