Price Analyzer Graph Created

parent 5ab13d54
...@@ -44,6 +44,7 @@ export default function CommodityView() { ...@@ -44,6 +44,7 @@ export default function CommodityView() {
let location = useLocation(); let location = useLocation();
console.log(location.state.gno); console.log(location.state.gno);
//Price Analyzer Table Created //Price Analyzer Table Created
//Price Analyzer Graph Created 84-100
return ( return (
<div className="custom-container p-2"> <div className="custom-container p-2">
<Container className="p-2"> <Container className="p-2">
...@@ -80,6 +81,7 @@ export default function CommodityView() { ...@@ -80,6 +81,7 @@ export default function CommodityView() {
style={{ width: 20, height: 20, marginTop: 10 }} style={{ width: 20, height: 20, marginTop: 10 }}
/> />
)} )}
</Col> </Col>
</Row> </Row>
))} ))}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment