mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Disable one instance of toLocaleString
This commit is contained in:
		
							parent
							
								
									1a21ffaf73
								
							
						
					
					
						commit
						702dbffd3d
					
				@ -62,7 +62,7 @@ export const toSelectablePeriod = (
 | 
			
		||||
        dayCount,
 | 
			
		||||
        label:
 | 
			
		||||
            label ||
 | 
			
		||||
            date.toLocaleString('en-US', { month: 'long', year: 'numeric' }),
 | 
			
		||||
            "date.toLocaleString('en-US', { month: 'long', year: 'numeric' })",
 | 
			
		||||
    };
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user