mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Lint.
This commit is contained in:
		@@ -6,4 +6,5 @@
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
import mockAxios from "jest-mock-axios";
 | 
			
		||||
 | 
			
		||||
export default mockAxios;
 | 
			
		||||
 
 | 
			
		||||
@@ -39,7 +39,7 @@ export function Button({
 | 
			
		||||
        ? <span className="spinner-border spinner-border-sm" role="status" aria-hidden="true" /> : null;
 | 
			
		||||
 | 
			
		||||
    return (
 | 
			
		||||
        <button className={className} {...props}>
 | 
			
		||||
        <button type="button" className={className} {...props}>
 | 
			
		||||
            {span}
 | 
			
		||||
            {" "}
 | 
			
		||||
            {span ? " " : null}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user