{bug.title}
@@ -256,32 +214,35 @@ function RouteComponent() {
);
})}
- {/* Pagination footer — only shown when there is more than one page */}
{totalPages > 1 && (
-
+
- Page {page + 1} of {totalPages}
+ Page {after ? 2 : 1} of {totalPages}
-
+
)}
@@ -297,13 +258,24 @@ function ProfileSkeleton() {