From 65d8db4f4bf19dd4aa33d4f621ebd09fd012a608 Mon Sep 17 00:00:00 2001 From: "nabijonovdavronbek619@gmail.com" Date: Mon, 30 Mar 2026 14:37:30 +0500 Subject: [PATCH] navbar changed --- src/shared/lib/formatPrice.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shared/lib/formatPrice.ts b/src/shared/lib/formatPrice.ts index 2fbfd5d..f753c19 100644 --- a/src/shared/lib/formatPrice.ts +++ b/src/shared/lib/formatPrice.ts @@ -12,9 +12,9 @@ const formatPrice = async (amount: number | string, withLabel?: boolean) => { const label = withLabel ? locale == LanguageRoutes.RU ? ' сум' - : locale == LanguageRoutes.KI - ? ' сўм' - : ' so‘m' + : locale == LanguageRoutes.UZ + ? ' so‘m' + : ' funt' : ''; const parts = String(amount).split('.'); const dollars = parts[0];