|  | @@ -143,7 +143,7 @@ function formatEmptyCell({ cellValue }) {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |    if (typeof cellValue === 'number') {
 | 
	
		
			
				|  |  |      const formatter = new Intl.NumberFormat('en-US', {
 | 
	
		
			
				|  |  | -      minimumFractionDigits: 0,
 | 
	
		
			
				|  |  | +      minimumFractionDigits: 2,
 | 
	
		
			
				|  |  |        //maximumFractionDigits: 2,
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |      return formatter.format(cellValue);
 |