@secondstaxorg/sscomp 1.5.7 → 1.5.81

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -24484,7 +24484,7 @@ const BidsCards = (props) => {
24484
24484
  )
24485
24485
  )
24486
24486
  , React$1.createElement(RateInfo, {__self: undefined, __source: {fileName: _jsxFileName, lineNumber: 35}}
24487
- , React$1.createElement('h4', {__self: undefined, __source: {fileName: _jsxFileName, lineNumber: 36}}, moneyfy(offer.exchangeAmount,offer.baseCurrency))
24487
+ , React$1.createElement('h4', {__self: undefined, __source: {fileName: _jsxFileName, lineNumber: 36}}, moneyfy(offer.exchangeAmount,offer.exchangeCurrency))
24488
24488
  , React$1.createElement('p', {__self: undefined, __source: {fileName: _jsxFileName, lineNumber: 37}}, offer.baseCurrency, " 1.00 = " , offer.exchangeCurrency, " " , offer.rate)
24489
24489
  )
24490
24490
  )