augur-ui-react-components
Advanced tools
Comparing version 3.1.26 to 3.1.27
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.1.26", | ||
"version": "3.1.27", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -8,2 +8,3 @@ import React from 'react'; | ||
import ValueDenomination from '../../common/components/value-denomination'; | ||
import ValueTimestamp from '../../common/components/value-timestamp'; | ||
@@ -74,2 +75,6 @@ function liveDangerously(thisBetterBeSanitized) { return { __html: thisBetterBeSanitized }; } | ||
{marketDescription()} | ||
<br className="hide-in-trade-summary-display" /> | ||
{p.timestamp && | ||
<ValueTimestamp className="property-value" {...p.timestamp} /> | ||
} | ||
</span> | ||
@@ -88,2 +93,6 @@ ); | ||
{marketDescription()} | ||
<br /> | ||
{p.timestamp && | ||
<ValueTimestamp className="property-value" {...p.timestamp} /> | ||
} | ||
</span> | ||
@@ -115,2 +124,6 @@ ); | ||
{marketDescription()} | ||
<br /> | ||
{p.timestamp && | ||
<ValueTimestamp className="property-value" {...p.timestamp} /> | ||
} | ||
</span> | ||
@@ -130,2 +143,6 @@ ); | ||
{marketDescription()} | ||
<br /> | ||
{p.timestamp && | ||
<ValueTimestamp className="property-value" {...p.timestamp} /> | ||
} | ||
</span> | ||
@@ -143,2 +160,6 @@ ); | ||
{marketDescription()} | ||
<br /> | ||
{p.timestamp && | ||
<ValueTimestamp className="property-value" {...p.timestamp} /> | ||
} | ||
</span> | ||
@@ -155,2 +176,6 @@ ); | ||
{marketDescription()} | ||
<br /> | ||
{p.timestamp && | ||
<ValueTimestamp className="property-value" {...p.timestamp} /> | ||
} | ||
</span> | ||
@@ -169,2 +194,6 @@ ); | ||
{marketDescription()} | ||
<br /> | ||
{p.timestamp && | ||
<ValueTimestamp className="property-value" {...p.timestamp} /> | ||
} | ||
</span> | ||
@@ -232,5 +261,6 @@ | ||
gas: React.PropTypes.object, | ||
hash: React.PropTypes.string | ||
hash: React.PropTypes.string, | ||
timestamp: React.PropTypes.object | ||
}; | ||
export default Transaction; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1980374
215
37612