augur-ui-react-components
Advanced tools
Comparing version 3.0.49 to 3.0.50
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.0.49", | ||
"version": "3.0.50", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Baz (@thinkloop)", |
@@ -17,9 +17,4 @@ import React from 'react'; | ||
<Link className={classnames('site-nav-link', MY_POSITIONS, { active: [MY_POSITIONS, MY_MARKETS, MY_REPORTS].indexOf(p.activePage) > -1 })} {...p.myPositionsLink}> | ||
{!!p.portfolioTotals.totalValue && | ||
Portfolio ({!!p.portfolioTotals.netChange && | ||
<ValueDenomination | ||
title={`Total Portfolio Value: ${p.portfolioTotals.totalValue.full}`} | ||
{...p.portfolioTotals.totalValue || {}} | ||
/> | ||
}Portfolio ({!!p.portfolioTotals.netChange && | ||
<ValueDenomination | ||
title={`Total Portfolio Gain/Loss: ${p.portfolioTotals.netChange.full}`} | ||
@@ -26,0 +21,0 @@ {...p.portfolioTotals.netChange || {}} |
Sorry, the diff of this file is too big to display
1212373
10193