export const truncuateFloat = (float: number) => parseFloat(float.toFixed(1));