1
0
forked from baron/baron-sso

누락 키 및 린트 적용

This commit is contained in:
2026-05-14 10:56:23 +09:00
parent da10b4be15
commit 79f5ace7ef
7 changed files with 38 additions and 23 deletions

View File

@@ -755,7 +755,9 @@ function TenantListPage() {
{t(`ui.common.status.${tenant.status}`, tenant.status)}
</Badge>
</TableCell>
<TableCell className="font-medium">{tenant.recursiveMemberCount}</TableCell>
<TableCell className="font-medium">
{tenant.recursiveMemberCount}
</TableCell>
<TableCell className="whitespace-nowrap text-xs">
{tenant.createdAt
? new Date(tenant.createdAt).toLocaleString("ko-KR")