mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-01 13:10:44 -03:00
Añadida cantidad de post en el panel de admin
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
<TableRow>
|
<TableRow>
|
||||||
<TableCell>@{usuario.username}</TableCell>
|
<TableCell>@{usuario.username}</TableCell>
|
||||||
<TableCell>{usuario.displayName}</TableCell>
|
<TableCell>{usuario.displayName}</TableCell>
|
||||||
<TableCell>?</TableCell>
|
<TableCell class="text-center">{usuario.postsCount}</TableCell>
|
||||||
<TableCell>{usuario.createdAt.replace('Z', ' ').replace('T', ' | ')}</TableCell>
|
<TableCell>{usuario.createdAt.replace('Z', ' ').replace('T', ' | ')}</TableCell>
|
||||||
<TableCell class="flex gap-2">
|
<TableCell class="flex gap-2">
|
||||||
<Tooltip>
|
<Tooltip>
|
||||||
|
|||||||
1
src/types.d.ts
vendored
1
src/types.d.ts
vendored
@@ -87,4 +87,5 @@ export interface UserResponseDto {
|
|||||||
followersCount: number;
|
followersCount: number;
|
||||||
followingCount: number;
|
followingCount: number;
|
||||||
createdAt: string;
|
createdAt: string;
|
||||||
|
postsCount: number;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user