augur-ui-react-components
Advanced tools
Comparing version 3.0.14 to 3.0.15
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.0.14", | ||
"version": "3.0.15", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Baz (@thinkloop)", |
@@ -37,3 +37,3 @@ import React from 'react'; | ||
} | ||
{!!p.loginAccount && !!p.loginAccount.id && | ||
{(!!p.loginAccount && !!p.loginAccount.id || p.transactionsTotals.numTotal) && | ||
<Link | ||
@@ -40,0 +40,0 @@ className={classnames('site-nav-link', TRANSACTIONS, { active: p.activePage === TRANSACTIONS }, { working: p.isTransactionsWorking })} |
@@ -12,2 +12,4 @@ import activePage from './selectors/active-page'; | ||
import positionsSummary from './selectors/positions-summary'; | ||
import transactions from './selectors/transactions'; | ||
import transactionsTotals from './selectors/transactions-totals'; | ||
import url from './selectors/url'; | ||
@@ -30,2 +32,4 @@ | ||
positionsMarkets, | ||
transactions, | ||
transactionsTotals, | ||
url | ||
@@ -46,6 +50,2 @@ }; | ||
selectors.transactions = []; | ||
selectors.transactionsTotals = { | ||
title: '0 Transactions' | ||
}; | ||
selectors.isTransactionsWorking = false; | ||
@@ -52,0 +52,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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
1183886
163
7921
3