@woosmap/ui 4.236.1 → 4.236.2
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 +1 -1
- package/src/components/Card/Card.js +0 -16
package/package.json
CHANGED
|
@@ -183,22 +183,6 @@ class Aside extends Component {
|
|
|
183
183
|
alt={product.name}
|
|
184
184
|
/>
|
|
185
185
|
<span className="card__aside__list__item__title">{product.name}</span>
|
|
186
|
-
{!product.payingFirstRequest ? (
|
|
187
|
-
<Tooltip
|
|
188
|
-
direction="n"
|
|
189
|
-
wrap
|
|
190
|
-
text={tr(
|
|
191
|
-
'{{name}} not included in the 10k Free queries/month. Usage is chargeable from the first request.',
|
|
192
|
-
{ name: product.name },
|
|
193
|
-
)}
|
|
194
|
-
>
|
|
195
|
-
<div className="card__aside__list__item__section__paying-label">
|
|
196
|
-
<span>{tr('Paying from the first request')}</span>
|
|
197
|
-
</div>
|
|
198
|
-
</Tooltip>
|
|
199
|
-
) : (
|
|
200
|
-
false
|
|
201
|
-
)}
|
|
202
186
|
</li>
|
|
203
187
|
</ul>
|
|
204
188
|
<div className="card__aside__footer">
|