Closed dlhg closed 1 year ago
this is because formatNumber function is formatting numbers bigger than 1 mil as 1 mil and not 1000000, need to update conditional rendering logic in the store
fixed by adding a totalBurgersProducedUnformatted state variable and having conditional render checks depend on that instead
this is because formatNumber function is formatting numbers bigger than 1 mil as 1 mil and not 1000000, need to update conditional rendering logic in the store