Skip to content

Commit 5d8cd65

Browse files
committed
Hide the prototype
1 parent fcebbde commit 5d8cd65

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/_App/BotAnalysis/Networks/Section.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Container from 'react-bootstrap/Container'
66
import Card from 'react-bootstrap/Card'
77
//import Table from 'react-bootstrap/Table'
88

9-
import TreeGraph from "./Graph1"
9+
//import TreeGraph from "./Graph1"
1010
import NetworkGraph from "./Graph2"
1111
//import NewGraph from "./Graph3"
1212

@@ -22,10 +22,13 @@ export default function BotNetworks() {
2222
</Card.Text>
2323
<NetworkGraph/>
2424

25+
{/*
2526
<Card.Text>
2627
Prototype tree graph (for a uni-directional network with discrete "levels"):
2728
</Card.Text>
2829
<TreeGraph/>
30+
31+
*/}
2932
</Card.Body>
3033
</Card>
3134
</Container>

0 commit comments

Comments
 (0)