@woosmap/ui 4.172.0 → 4.173.0
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
|
@@ -155,7 +155,7 @@ export default class PricingSlider extends Component {
|
|
|
155
155
|
};
|
|
156
156
|
|
|
157
157
|
displayDetails = (displayedPricing) => (
|
|
158
|
-
<div className=
|
|
158
|
+
<div className="pricing-slider__detailed-price">
|
|
159
159
|
<table>
|
|
160
160
|
<tr>
|
|
161
161
|
<td>{tr('Monthly Requests')}</td>
|
|
@@ -251,7 +251,7 @@ export default class PricingSlider extends Component {
|
|
|
251
251
|
</div>
|
|
252
252
|
<div className="pricing-slider__price">{displayedAmount}</div>
|
|
253
253
|
</div>
|
|
254
|
-
{displayDetailed && this.displayDetails(displayedPricing)}
|
|
254
|
+
{displayDetailed && this.displayDetails(displayedPricing)}
|
|
255
255
|
</div>
|
|
256
256
|
);
|
|
257
257
|
}
|