diff --git a/apps/client/src/ee/confluence-import/components/confluence-import-history.tsx b/apps/client/src/ee/confluence-import/components/confluence-import-history.tsx index 3010272c5..2fee21dcd 100644 --- a/apps/client/src/ee/confluence-import/components/confluence-import-history.tsx +++ b/apps/client/src/ee/confluence-import/components/confluence-import-history.tsx @@ -110,6 +110,9 @@ function ProgressCell({ item }: { item: ConfluenceImportHistoryItem }) { · {item.importedSpaces}/{item.totalSpaces || "?"} spaces + + · {item.importedUsers}/{item.totalUsers || "?"} users + );