實作個人收藏、個人活動紀錄
This commit is contained in:
@@ -903,8 +903,8 @@ export function UserManagement() {
|
||||
<TableCell className="text-sm text-gray-600">{user.lastLogin || "-"}</TableCell>
|
||||
<TableCell>
|
||||
<div className="text-sm">
|
||||
<p>{user.totalApps} 應用</p>
|
||||
<p className="text-gray-500">{user.totalReviews} 評價</p>
|
||||
<p>{user.appCount || 0} 應用</p>
|
||||
<p className="text-gray-500">{user.reviewCount || 0} 評價</p>
|
||||
</div>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
|
Reference in New Issue
Block a user