feat(ui): disable NodeAPITest

This was polluting the network/socket logs.
This commit is contained in:
psychedelicious 2023-04-02 21:25:55 +10:00
parent 662f1321f6
commit 1890bffc6e

View File

@ -16,7 +16,7 @@ export default function NodesWIP() {
textAlign: 'center', textAlign: 'center',
}} }}
> >
<NodeAPITest /> {/* <NodeAPITest /> */}
</Flex> </Flex>
</WorkInProgress> </WorkInProgress>
); );