fix(striker-ui): rename nodes->subnodes in hosts panel

main
Tsu-ba-me 1 year ago
parent 92c4cb86c1
commit 54e0ae35c5
  1. 2
      striker-ui/components/Hosts/index.tsx

@ -20,7 +20,7 @@ const Hosts = ({ anvil }: { anvil: AnvilListItem[] }): JSX.Element => {
return (
<Panel>
<HeaderText text="Nodes" />
<HeaderText text="Subnodes" />
{!isLoading ? (
<>
{anvilIndex !== -1 && data && (

Loading…
Cancel
Save