export const roundDecimal = (value) => { return parseFloat(value).toFixed(2); };