1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2024-09-28 11:14:20 +02:00
This commit is contained in:
Bogdan Bodnar 2019-08-28 10:26:08 +02:00
parent 0745f8094f
commit ed14c3378e
No known key found for this signature in database
GPG Key ID: 49E4169AD3CA42B0
2 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@
*/
import mockAxios from "jest-mock-axios";
export default mockAxios;

View File

@ -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}