diff --git a/frontend-modern/src/components/shared/NodeSummaryTable.tsx b/frontend-modern/src/components/shared/NodeSummaryTable.tsx index 92548d3b5..52abd5f4f 100644 --- a/frontend-modern/src/components/shared/NodeSummaryTable.tsx +++ b/frontend-modern/src/components/shared/NodeSummaryTable.tsx @@ -169,15 +169,14 @@ export const NodeSummaryTable: Component = (props) => { }; const nodeId = isPVE ? node!.name : pbs!.name; - const isSelected = () => props.selectedNode === nodeId; + const isSelected = props.selectedNode === nodeId; return ( props.onNodeClick(nodeId, item.type)} >