mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2024-11-14 17:35:35 +01:00
Lint.
This commit is contained in:
parent
0745f8094f
commit
ed14c3378e
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user