@codesinger0/shared-components 1.1.40 → 1.1.41

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.
@@ -679,7 +679,7 @@ const OrderForm = ({
679
679
  </div>)}
680
680
 
681
681
  {/* Address */}
682
- {(formData.deliveryMethod === 'delivery' || isCoursePurchase || isWorkshopPurchase) && (
682
+ {(formData.deliveryMethod === 'delivery' && !(isCoursePurchase || isWorkshopPurchase)) && (
683
683
  <div className="space-y-4 border-t border-gray-200 pt-6">
684
684
  <h2 className="subtitle font-semibold">כתובת</h2>
685
685
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [