forked from baron/baron-sso
누락 키 및 린트 적용
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user