+
diff --git a/src/component/AssetsSummary.jsx b/src/component/AssetsSummary.jsx
index 62bb767..aa185bf 100644
--- a/src/component/AssetsSummary.jsx
+++ b/src/component/AssetsSummary.jsx
@@ -73,19 +73,9 @@ class AssetsSummary extends Component {
Assets Summary
-
);
}
}
-// isGainOrLoss = (amount) => {
-// let icon;
-// if(changePercentage < 0){
-// icon =
-// }else if(this.props.changePercentage > 0){
-// icon =
-// }
-// }
-
export default AssetsSummary;
\ No newline at end of file
diff --git a/src/component/MainContent.jsx b/src/component/MainContent.jsx
index 106b371..888f47c 100644
--- a/src/component/MainContent.jsx
+++ b/src/component/MainContent.jsx
@@ -1,13 +1,8 @@
import React, { Component } from 'react';
import InfoCard from './InfoCard';
import AssetsSummary from './AssetsSummary';
-import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
class MainContent extends Component {
- constructor(props) {
- super(props);
- }
-
handlePeriodChange(valuationPeriod) {
debugger
this.props.handlePeriodChange(valuationPeriod);
@@ -34,7 +29,7 @@ class MainContent extends Component {
}
return (
-
+
{this.props.portfolioName}
@@ -42,8 +37,8 @@ class MainContent extends Component {
-