diff --git a/src/Components/PortfolioManager/PortfolioManager.css b/src/Components/PortfolioManager/PortfolioManager.css new file mode 100644 index 0000000..e69de29 diff --git a/src/Components/PortfolioManager/PortfolioManager.jsx b/src/Components/PortfolioManager/PortfolioManager.jsx new file mode 100644 index 0000000..058112c --- /dev/null +++ b/src/Components/PortfolioManager/PortfolioManager.jsx @@ -0,0 +1,38 @@ +/* eslint-disable react/prefer-stateless-function */ +import React, { Component } from 'react'; +import './PortfolioManager.css'; + +class PortfolioManager extends Component { + render() { + const portfolioScripPrices = this.props.portfolioScripPrices; + + return ( +