navbar changed
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user