navbar changed

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-30 14:37:30 +05:00
parent 8d9b1fcfdd
commit 65d8db4f4b

View File

@@ -12,9 +12,9 @@ const formatPrice = async (amount: number | string, withLabel?: boolean) => {
const label = withLabel
? locale == LanguageRoutes.RU
? ' сум'
: locale == LanguageRoutes.KI
? ' сўм'
: ' som'
: locale == LanguageRoutes.UZ
? ' som'
: ' funt'
: '';
const parts = String(amount).split('.');
const dollars = parts[0];