From 4254b98af801fefd07bad436a212e9ee78502167 Mon Sep 17 00:00:00 2001 From: Michael Freeman Date: Wed, 26 Feb 2025 21:37:31 -0600 Subject: [PATCH] bug --- serviceradar-next/src/components/NodeList.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/serviceradar-next/src/components/NodeList.jsx b/serviceradar-next/src/components/NodeList.jsx index 0aa0f77..4d600e8 100644 --- a/serviceradar-next/src/components/NodeList.jsx +++ b/serviceradar-next/src/components/NodeList.jsx @@ -178,6 +178,9 @@ function NodeList({ initialNodes = [] }) { )} + {/* Main content */} + {renderTableView()}; + {/* Pagination */} {pageCount > 1 && (