A
Size: a a a
A
A
const onRemoveCommaFromNumber = (value = '') => {
// if (!value) return;
let result = parseFloat(String(value).split(',').join('')).toFixed(2);
return !isNaN(result) ? result : 0;
};
A
A
A
A
const onRemoveCommaFromNumber = (value = '') => {
// if (!value) return;
let result = parseFloat(String(value).split(',').join('')).toFixed(2);
return !isNaN(result) ? result : 0;
};
ЮЧ
KD
DS
/basket/${area.id}/${item.id}
} className={ price ? 'Place__order' : 'Place__order_disabled' }>ЮЧ
/basket/${area.id}/${item.id}
} className={ price ? 'Place__order' : 'Place__order_disabled' }>Link to="..."
кавычки нужны.ЮЧ
price
?DS
Link to="..."
кавычки нужны.ЮЧ
ЮЧ
<Link to={`/baseket/${area.id}/${item.id}`} ...
IS
V
V
V
V