From 7eb5f7c2b04b147239cc4168413ea09f82c1e816 Mon Sep 17 00:00:00 2001 From: Yana Date: Thu, 27 Feb 2025 13:37:48 +0200 Subject: [PATCH] Loose word stake from Node Table --- explorer-nextjs/src/components/nodeTable/NodeTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer-nextjs/src/components/nodeTable/NodeTable.tsx b/explorer-nextjs/src/components/nodeTable/NodeTable.tsx index ba6bbc142e..80bf534ead 100644 --- a/explorer-nextjs/src/components/nodeTable/NodeTable.tsx +++ b/explorer-nextjs/src/components/nodeTable/NodeTable.tsx @@ -231,7 +231,7 @@ const NodeTable = ({ nodes }: { nodes: MappedNymNodes }) => { id: "stakeSaturation", header: "Stake saturation", accessorKey: "stakeSaturation", - Header: Stake saturation, + Header: Saturation, Cell: ({ row }) => ( {row.original.stakeSaturation}%