diff --git a/striker-ui/components/AnvilNode.tsx b/striker-ui/components/AnvilNode.tsx index 7813fad5..888e4a72 100644 --- a/striker-ui/components/AnvilNode.tsx +++ b/striker-ui/components/AnvilNode.tsx @@ -1,6 +1,5 @@ import { Grid, Switch } from '@material-ui/core'; -import InnerPanel from './InnerPanel'; import AllocationBar from './AllocationBar'; import { BodyText } from './Text'; @@ -15,12 +14,12 @@ const AnvilNode = ({ node.map( (n): JSX.Element => { return ( - + <> - + @@ -33,7 +32,7 @@ const AnvilNode = ({ - + ); }, )}