removed price graph intestation

This commit is contained in:
Giulio De Pasquale 2020-12-16 11:39:25 +00:00
parent 14a5458c52
commit ff0796024a

View File

@ -79,9 +79,6 @@ class App extends Component<{}, AppState> {
{/* Graph column */} {/* Graph column */}
<Col md={8} lg={8} className="flex-fill"> <Col md={8} lg={8} className="flex-fill">
<div className="border-bottom mt-2">
<h2>Price graph:</h2>
</div>
<RPlot/> <RPlot/>
</Col> </Col>
</Row> </Row>