mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 02:13:00 +08:00
fix(core): show self hosted license seats (#10146)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user