augur-ui-react-components
Advanced tools
Comparing version 3.1.22 to 3.1.23
{ | ||
"name": "augur-ui-react-components", | ||
"version": "3.1.22", | ||
"version": "3.1.23", | ||
"description": "Augur UI React Components", | ||
@@ -5,0 +5,0 @@ "author": "Augur Project", |
@@ -68,3 +68,4 @@ import React from 'react'; | ||
<span className="at">@</span> | ||
<ValueDenomination className="noFeePrice" {...p.data.noFeePrice} /> | ||
<ValueDenomination className="noFeePrice" {...p.data.noFeePrice} postfix="(average)" /> | ||
<br /> | ||
<ValueDenomination className="avgPrice" {...p.data.avgPrice} prefix="including trading fees:" postfix="/ share" /> | ||
@@ -71,0 +72,0 @@ <br /> |
Sorry, the diff of this file is too big to display
1974956
37501