augur-ui-react-components
Advanced tools
Comparing version 3.1.2 to 3.1.3
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.1.2", | ||
"version": "3.1.3", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -17,8 +17,8 @@ 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}> | ||
Portfolio ({!!p.portfolioTotals.netChange && | ||
<ValueDenomination | ||
Portfolio {!!p.portfolioTotals.netChange && | ||
(<ValueDenomination | ||
title={`Total Portfolio Gain/Loss: ${p.portfolioTotals.netChange.full}`} | ||
{...p.portfolioTotals.netChange || {}} | ||
/> | ||
}) | ||
/>) | ||
} | ||
</Link> | ||
@@ -25,0 +25,0 @@ } |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1222088