@woosmap/ui 4.228.4 → 4.228.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.228.4",
3
+ "version": "4.228.5",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -222,7 +222,7 @@ export default class PricingSlider extends Component {
222
222
 
223
223
  displayCompetitorAmount = (amount) => {
224
224
  if (amount === '∞') {
225
- return 'N/A';
225
+ return '-';
226
226
  }
227
227
  if (amount === null) {
228
228
  return 'No equivalent product';