export const mathRound = (number) => { return number ? Math.round(number / 1000) / 10 : 0 }