mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(core): show self hosted license seats (#10146)
This commit is contained in:
@@ -163,8 +163,9 @@ export const SelfHostTeamCard = () => {
|
||||
]()}
|
||||
</span>
|
||||
<span>
|
||||
{workspaceQuota?.memberCount}
|
||||
{isTeam ? '' : `/${workspaceQuota?.memberLimit}`}
|
||||
{isTeam
|
||||
? license?.quantity || ''
|
||||
: `${workspaceQuota?.memberCount}/${workspaceQuota?.memberLimit}`}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user