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 const label = withLabel
? locale == LanguageRoutes.RU ? locale == LanguageRoutes.RU
? ' сум' ? ' сум'
: locale == LanguageRoutes.KI : locale == LanguageRoutes.UZ
? ' сўм' ? ' som'
: ' som' : ' funt'
: ''; : '';
const parts = String(amount).split('.'); const parts = String(amount).split('.');
const dollars = parts[0]; const dollars = parts[0];