added tour

This commit is contained in:
Samandar Turgunboyev
2025-10-27 12:54:47 +05:00
parent eca7370833
commit a9e99f9755
10 changed files with 405 additions and 217 deletions

View File

@@ -926,7 +926,7 @@ const StepOne = ({
// Local holatda ham yangilaymiz:
const updatedPrices = [...tarifdisplayPrice];
updatedPrices[idx] = raw ? formatPrice(num) : "";
updatedPrices[idx] = raw ? formatPrice(num) : "0";
setTarifDisplayPrice(updatedPrices);
}}
className="h-12 !text-md"