diff --git a/web/pages/[workspaceSlug]/profile/[userId]/activity.tsx b/web/pages/[workspaceSlug]/profile/[userId]/activity.tsx index 87029724e..dbef69895 100644 --- a/web/pages/[workspaceSlug]/profile/[userId]/activity.tsx +++ b/web/pages/[workspaceSlug]/profile/[userId]/activity.tsx @@ -54,12 +54,12 @@ const ProfileActivityPage: NextPageWithLayout = observer(() => { currentUser?.id === userId && !!currentWorkspaceRole && currentWorkspaceRole >= EUserWorkspaceRoles.MEMBER; return ( -
-
+
+

Recent activity

{canDownloadActivity && }
-
+
{activityPages} {pageCount < totalPages && resultsCount !== 0 && (