diff --git a/frontend-modern/src/components/shared/NodeSummaryTable.tsx b/frontend-modern/src/components/shared/NodeSummaryTable.tsx index 52abd5f4f..99c6c5fb0 100644 --- a/frontend-modern/src/components/shared/NodeSummaryTable.tsx +++ b/frontend-modern/src/components/shared/NodeSummaryTable.tsx @@ -169,14 +169,13 @@ 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)} >