navbar changed
This commit is contained in:
@@ -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
|
||||||
? ' сўм'
|
? ' so‘m'
|
||||||
: ' so‘m'
|
: ' funt'
|
||||||
: '';
|
: '';
|
||||||
const parts = String(amount).split('.');
|
const parts = String(amount).split('.');
|
||||||
const dollars = parts[0];
|
const dollars = parts[0];
|
||||||
|
|||||||
Reference in New Issue
Block a user