+
+
+ {t("shipping.serviceZone.editAreasTitle", {
+ zone: zone.name,
+ })}
+
+
+
+
+
+
+ {t("shipping.serviceZone.areas.title")}
+
+
+ {t("shipping.serviceZone.areas.description")}
+
+
+
+
+ {!!selectedCountries.length && (
+
+ {selectedCountries.map((c) => (
+
+ {c.display_name}
+ removeCountry(c.iso_2)}
+ className="text-ui-fg-subtle p-0 px-1 pt-[1px]"
+ variant="transparent"
+ >
+
+
+
+ ))}
+
+
+ )}
+ {showAreasError && (
+
+ {t("shipping.serviceZone.areas.error")}
+
+ )}
+
+