Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mfreeman451 committed Feb 27, 2025
1 parent d83f803 commit 4254b98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serviceradar-next/src/components/NodeList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ function NodeList({ initialNodes = [] }) {
</div>
)}

{/* Main content */}
{renderTableView()};

{/* Pagination */}
{pageCount > 1 && (
<div className="flex justify-center gap-2 mt-4">
Expand Down

0 comments on commit 4254b98

Please sign in to comment.