@@ -250,7 +306,7 @@ export function DashboardUsersList() {
Top 5 utilisateurs
-
+
@@ -286,13 +342,17 @@ export function DashboardUsersList() {
className="flex items-center justify-between p-3 border rounded-lg hover:bg-gray-50 transition-colors"
>
-
+
{index + 1}
{user.userName}
- {user.conversations} conversation{user.conversations !== 1 ? 's' : ''}
+ {user.conversations} conversation
+ {user.conversations !== 1 ? "s" : ""}
@@ -310,4 +370,4 @@ export function DashboardUsersList() {
);
-}
\ No newline at end of file
+}