From 54e0ae35c5ef645005068021879732a063d051f7 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Fri, 11 Aug 2023 14:20:50 -0400 Subject: [PATCH] fix(striker-ui): rename nodes->subnodes in hosts panel --- striker-ui/components/Hosts/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/striker-ui/components/Hosts/index.tsx b/striker-ui/components/Hosts/index.tsx index d7246929..d8abcfea 100644 --- a/striker-ui/components/Hosts/index.tsx +++ b/striker-ui/components/Hosts/index.tsx @@ -20,7 +20,7 @@ const Hosts = ({ anvil }: { anvil: AnvilListItem[] }): JSX.Element => { return ( - + {!isLoading ? ( <> {anvilIndex !== -1 && data && (